Font size
WorksheetsC# part1 en
Total questions: 7
Worksheet time: 5mins
Which one of these data types in C# accepts any number, but only full numbers?
int
float
string
char
bool
Which one of these data types in C# accepts only one, but any kind of symbols?
float
bool
char
string
Which one of these data types in C# accepts any kind and number of symbols?
bool
string
float
int
Which one of these data types in C# accepts full or fractional numbers?
char
bool
int
float
Which one of these data types in C# accepts only "True / False"?
bool
string
char
int
What does this command will do?
It will wait for user to text "Hello World!"
It will write on console - Hello World!
It will write on your desktop - Hello world!
What will this command do?
It will wait to user to write something
It will ask to user to write something
It will write on desktop " "
