i need help whit this problem 1- write a program with the following information:
The U.S Census Bureau projects population based on the following assumptions:
1. One birth every 7 seconds
2. One death every 13 seconds
3. One new immigrant every 45 seconds.
Write a program that would calculate and display the results for the multiplication table for values ranging from 1 to 100. Your program should print the output for each step and output a new line after 10 items. Provide your program design for the program and display the flow charts.
2 answers
Create a program that prompts the user to enter the value of length and width of the box and compute the value of its perimete.p=2(LxW)