Question
A- The formula of volume of a cuboid is = Length Width Height. Write a program that will ask the user to enter the length,
A- The formula of volume of a cuboid is = Length Width Height. Write a program that will ask the user to enter the length, width and height of the cuboid, store the three values in three variables, then calculate and print on a screen a message stating the volume of the cuboid.
B- Write a program that will ask the user to enter 4 integers, store them in four variables. The program will then print on screen the following: the sum, subtraction, multiplication and division of the four numbers. Make sure you have a descriptive message before you print any of the values
C- Write a program that will print the pattern (diamond of stars) shown below (DON'T use loops):
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started