Ask a New Question
Search
If a line of code creates an integer variable and
If a line of code creates an integer variable and the user enters 3.4, what will happen?
1 answer
31 views
Write a program that does the following:
Creates a string variable. Creates an integer variable. Prints both variables, each on
1 answer
21 views
If a line of code creates an integer variable and the user enters 3.4, what will happen?
a syntax error a value error no error a
1 answer
asked by
addreian
158 views
If a line of code creates an integer variable and the user enters 3.4, what will happen?
a syntax error a value error no error a
1 answer
48 views
1. What is 9.9 + (11 % 8)?
2. Write one line that creates a variable named Pickles that can hold an integer and assign it the
0 answers
asked by
Johny
487 views
What is 9.9 + (11 % 8)?
Write one line that creates a variable named Pickles that can hold an integer and assign it the value of
2 answers
asked by
Johnny
392 views
What does the following line of code do? if (num2==50){ (1 point) Responses It creates a variable called num2 and sets it equal
1 answer
82 views
What does the following line of code do?
if (num2==50){ (1 point) Responses It creates a variable called num2 and sets it equal
1 answer
asked by
HELLOOOOOOOOOOOONURSE
78 views
What does the following line of code do?
if (num2==50){ A. It creates a variable called num2 and sets it equal to 50. B. It
1 answer
126 views
What does the following line of code do?
It creates a variable called num2 and sets it equal to 50.It creates a variable called
1 answer
53 views