A event block i know this im i have been in technology for 5 months
Uni code is short for universal code , it was created so that all countries could communicate together without the need for special encoding for each country
Answer:
MacBook or a Dell computer in my opinion
Explanation:
Explanation:
C++ Program to display month name according to the month number using Switch Statement
that's why called checkmonth
/* C Program to display month name according to the month number using Switch Statement */ #include<stdio.h> int main() { int n; printf("Month No : "); scanf("%d",&n); switch(n) { case 1: printf("January"); break; case 2: printf("February"); break; case 3: printf("March"); break; case 4: printf("April"); break; case 5: printf("May"); break; case 6: printf("June"); break; case 7: printf("July"); break; case 8: printf("August"); break; case 9: printf("September"); break; case 10: printf("October"); break; case 11: printf("November"); break; case 12: printf("December"); break; default: printf("Invalid Month number\nPlease try again ....\n"); break; } return 0; }
A computer is a big screen and iphone is a handheld device