Question: programming Question 1: Write a program that checks whether a number is divisible by 2 or 3 . Question 2: Write a program that asks
Question 1: Write a program that checks whether a number is divisible by 2 or 3 . Question 2: Write a program that asks the user to enter two double numbers and one of the following operations ( +,,, or / ) then show the result of the operation applied on both numbers. Question 3: Write a program with a while loop that sum the integer from 1 to 10 . Replace while loop by for loop. Replace for loop by do... while loop. Question 4: Write a program that prompts the user to enter the minutes (for example 1000000000) and displays the number of yeans and days for the minutes. For simplicity, assume a year has 365 days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
