subject

Use a logical or to write a more concise equivalent of the following code:
if(saleamount > = 300)
cout < < "delivery available" < < endl;
else
if(areacode == local_code)
cout < < "delivery available" < < endl;

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:40
Mary's manager told her she should insert a graphic into her documentwrite mary a brief note describing how to insert a graphicin a word processing document.
Answers: 1
question
Computers and Technology, 22.06.2019 13:00
Write a program which asks you to enter a name in the form of first middle initial last. so you might enter for example samuel p. clemens. use getline to read in the string because it contains spaces. also, apparently the shift key on your keyboard doesn’t work, because you enter it all lower case. pass the string to a function which uses .find to locate the letters which need to be upper case and use toupper to convert those characters to uppercase. the revised string should then be returned to main in the form last, first mi where it will be displayed.
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
To check whether your writing is clear , you can
Answers: 2
question
Computers and Technology, 23.06.2019 20:30
What is the biggest difference between section breaks and regular page breaks
Answers: 1
You know the right answer?
Use a logical or to write a more concise equivalent of the following code:
if(saleamount >...
Questions
question
Physics, 14.12.2019 11:31
question
Mathematics, 14.12.2019 11:31
question
Mathematics, 14.12.2019 12:31