Question
PLEASE HELP I NEED IT SOS 1. ask the user to enter her/his name (maximum 65 letters) via keyboard entry, 2. ask the user to
PLEASE HELP I NEED IT SOS
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 O 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.
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