working with numbers Flashcards

(7 cards)

1
Q

how to just print out the number or do maths

A

console.WriteLine(50);

and
console.WriteLine(5+5);

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how to store numbers in variables

A

int ANS= ANS;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how to do math operations

A

console.WriteLine(Maths.ANS( , );

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how to get user input

A

console.ReadLine ();

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how to store user input

A

using a string

string ANS console.ReadLine();

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how to use user input in a print line

A

by using +

console.WriteLine(“”+/string/ ANS);

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how to get users numbers in and store in a string

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly