Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1)the following program is run , and the user types in the input 42 . at the end of the program , how many variables
1)the following program is run , and the user types in the input 42 . at the end of the program , how many variables are floating point numbers ?
s= imput()
a=int(s)
b=12.3
c= a/b
a. 4
b.2
c. 0
d.1
e.3
2)the following program is run , and the user types in the input 42 . at the end of the program , how many variables are floating point numbers ?
s= imput()
a=int(s)
b=123
c= a/b
a. 4
b.2
c. 0
d.1
e.3
3)the following program is run , and the user types in the input 42 . at the end of the program , how many variables are floating point numbers ?
s= imput()
a=int(s)
b=123
c= a//b
a. 4
b.2
c. 0
d.1
e.3
is input for s=input()
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started