subject

For question 1-3, consider the following code what is output if the user types in 9? click all that apply A, B, C, D click all that apply QUESTION #1 x = ( input a number: ")) if (x != 8): print ("A") if (x >= 10): print ("8") if (x < 10): print ("C") if (x % 2 = = 1)): print ("D") QUESTION #2 what is output if the user types in 8? click all that apply A , B, C, D QUESTION #3 what is output if the user types in 13? click all that apply A, B,C, D QUESTION #4 the following code is intended to test if x is NOT less than 17. fill in the correct symbol if ( x 17): PLEASE HELP

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:30
Who needs to approve a change before it is initiated? (select two.) -change board -client or end user -ceo -personnel manager -project manager
Answers: 1
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 11:30
Me dangers of social media and the internetexplain what each means: 1) social media and phones have become an addiction.2) outside people have access to you all the time.3) cyberstalking4) cyberbullying5) catphishing6) viruses7) identity theft8) credit card fraud9) hacking10) money schemes
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
Using the list, you can select the number of photos that will appear on each slide. a. theme b. frame shape c. pictures in album d. picture layout
Answers: 1
You know the right answer?
For question 1-3, consider the following code what is output if the user types in 9? click all that...
Questions
question
Mathematics, 09.03.2020 05:11