subject
Computers and Technology, 08.12.2021 05:30 jobmoon

Given the following code: name = input("Enter your name: ")

value = float(input("Please enter the sale amount: "))

What code should you use so that when the user types in Gina for the name and 234563.256 for the value, the following is displayed?

Gina owes 234,563.26

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:30
Which of the following statements best describes it careers?
Answers: 2
question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 23.06.2019 21:20
In microsoft word, when you highlight existing text you want to replace, you're in              a.  advanced mode.    b.  automatic mode.    c.  basic mode.    d.  typeover mode
Answers: 1
question
Computers and Technology, 24.06.2019 16:30
The database design steps are listed below in the incorrect order. choose the correct order number next to each step. determine the information to be stored in the database. determine the fields needed to record the data determine if there will be any repetition of data entered, and separate the fields into tables to normalize the data. create relationships to connect the tables.
Answers: 3
You know the right answer?
Given the following code: name = input("Enter your name: ")

value = float(input("Pleas...
Questions
question
Mathematics, 13.12.2021 01:00
question
Mathematics, 13.12.2021 01:00
question
Mathematics, 13.12.2021 01:00
question
Mathematics, 13.12.2021 01:00
question
Mathematics, 13.12.2021 01:00
question
Mathematics, 13.12.2021 01:00
question
Mathematics, 13.12.2021 01:00
question
Mathematics, 13.12.2021 01:00
Questions on the website: 13722361