Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help Sos Question) Write a Fortran program to: 1. ask the user to enter her/his name (maximum 65 letters) via keyboard entry, 2. ask
Please help Sos
Question) Write a Fortran program to: 1. ask the user to enter her/his name (maximum 65 letters) via keyboard entry, 2. ask the user to enter an integer number between 0 to 1000 (including 0 \&1000) via keyboard entry, 3. print all numbers which are between 0 and the entered number is step 2 , and are divisible by 3 and 7 Note: by running your program, the following sentences, questions, and results should be printed accordingly on the screen. Extra spaces in your output are fine. Those are due to the use of free formatting for print command. Output formatting will be covered in the future lectures. (???? means a keyboard entry, and XXXX means an output value below.) This program prints all divisible by 3&7 numbers between 0 and your desired integer number (less than 1000) on the screen. Please enter your name (maximum 65 letters) ???? Please enter your desire integers number (your number should be between 0 and 1000) ???? The divisible by 3&7 numbers between 0 and XXXX are: XXXX XXXX XXXX Thank you XXXX for using this code. Save your programs as Your name. f95 and uploadStep 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