Question: Write a 'for' loop to print the numbers from 75 to 50, in descending order with each number in a separate line. e.g. 75 74
Write a 'for' loop to print the numbers from 75 to 50, in descending order with each number in a separate line. e.g. 75 74 73 ..... 50 Using the string, Answer the following questions Given the string variables str1 and str2 contain "you ought to start with logic" and respectively, what is the result of each of the following expressions? a. str1.length() b. str1.find(str2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
