You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Qu 1:Write a program of sorting an array. Declare single dimensional array and accept 5 integer values from the user. Then sort the input in ascending order and display output.
using System;
namespace Example1
{
class Program
{
static void printarray(int[] arr)
{
Console.WriteLine("\n\nElements of array are:\n");