12:38 1 Classroom a docs.google.com Q1/ Choose the correct answer 1. The function can we use to returns the value of x rounded up to its nearest integer? none of them round ceil fabs 2. Which method...


12:38<br>1 Classroom<br>a docs.google.com<br>Q1/ Choose the correct answer<br>1. The function can we use to returns the<br>value of x rounded up to its nearest integer?<br>none of them<br>round<br>ceil<br>fabs<br>2. Which method do we use to make<br>concatenation between the strings? *<br>+operator<br>both append and + operator<br>data<br>append<br>3. The functions can we use to delete all<br>characters from string. *<br>erase<br>replace<br>

Extracted text: 12:38 1 Classroom a docs.google.com Q1/ Choose the correct answer 1. The function can we use to returns the value of x rounded up to its nearest integer? none of them round ceil fabs 2. Which method do we use to make concatenation between the strings? * +operator both append and + operator data append 3. The functions can we use to delete all characters from string. * erase replace
7. Which of the following control<br>expressions are valid for an if statement? *<br>a zero one expression<br>a Boolean expression<br>a string expression<br>an integer expression<br>8. A continue statement causes<br>enforcement to skip to *<br>the next iteration of the loop<br>the first statement after the loop<br>the return 0 statement<br>the statement following the continue<br>statement<br>9. What's wrong? for (int x = 2 , x <=12 , x++) *<br>there should be a semicolon at the end of<br>the statement.<br>the variable must always be the letter i<br>when using a for loop.<br>the increment should always be ++k.<br>the commas should be semicolons.<br>

Extracted text: 7. Which of the following control expressions are valid for an if statement? * a zero one expression a Boolean expression a string expression an integer expression 8. A continue statement causes enforcement to skip to * the next iteration of the loop the first statement after the loop the return 0 statement the statement following the continue statement 9. What's wrong? for (int x = 2 , x <=12 ,="" x++)="" *="" there="" should="" be="" a="" semicolon="" at="" the="" end="" of="" the="" statement.="" the="" variable="" must="" always="" be="" the="" letter="" i="" when="" using="" a="" for="" loop.="" the="" increment="" should="" always="" be="" ++k.="" the="" commas="" should="" be="">

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here