Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.55K
~15.8K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for adoleh

#include<iostream.h> #include<conio.h> void main() { int n; clrscr(); cout<<"\nEnter the number...; cin>>n; switch(n) { case1:cout<<"\nThe number is one";break; case2:cout<<"\nThe number is two";break; case3:cout<<"\nThe number is three";break; default:cout<<"\nInvalid number"; } getch(); }

Member Avatar for emsmary
0
16K

The End.