To do arithmetic operation using switch case.
The output should be like this.....
Enter the first number : 5
Enter the second number : 2
Enter the operator : +
Ans = 7
Selection sort is a simple and efficient sorting algorithm that works by repeatedly selecting the smallest (or largest) element from the un...
No comments:
Post a Comment