1. Write an algorithm and a C program that gets two numbers from the user and print its corresponding multiplication table of odd numbers alone as show in the below format. le innut

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section: Chapter Questions
Problem 8PP: (Data processing) A bank’s customer records are to be stored in a file and read into a set of arrays...
icon
Related questions
Question
4G
9:59
PPS-Assignmen...
18CSS101J-Programming for Problem Solving
ASSIGNMENT-1 SAMPLE QUESTION-- Assignment-1 Upload date: 27.10.2020
(Deadline : 2.11.2020)
Portion:
1. Algorithm, Flowcharts
2 Variables, Data types, Input and Output Statements
3 Scope of a variable, Life time of a variable
4 Storage classes in C
Questions are given below :
1. Write an algorithm and a C program that gets two numbers from the user and print its
corresponding multiplication table of odd numbers alone as show in the below format.
Sample input
Enter the Numbers
3 10
Sample output
3 * 1 = 3
3* 3 = 9
3 * 5 = 15
3 * 7= 27
2. Write a C program to compute the sum of the two given integers. If the sum is in the range
10..20 inclusive return 30.
3. Write a C program to get the personal details and print the same in the following format.
Also draw a flowchart to solve this given problem.
Sample Output
GOVID-19
27/12/2019
Name
D.O.B
Mobile No
9884479945
Age
01
Address
23, Rail Nagar, Wuhan City, China
Designation
Pandemic
Bank balance
500000
II
Transcribed Image Text:4G 9:59 PPS-Assignmen... 18CSS101J-Programming for Problem Solving ASSIGNMENT-1 SAMPLE QUESTION-- Assignment-1 Upload date: 27.10.2020 (Deadline : 2.11.2020) Portion: 1. Algorithm, Flowcharts 2 Variables, Data types, Input and Output Statements 3 Scope of a variable, Life time of a variable 4 Storage classes in C Questions are given below : 1. Write an algorithm and a C program that gets two numbers from the user and print its corresponding multiplication table of odd numbers alone as show in the below format. Sample input Enter the Numbers 3 10 Sample output 3 * 1 = 3 3* 3 = 9 3 * 5 = 15 3 * 7= 27 2. Write a C program to compute the sum of the two given integers. If the sum is in the range 10..20 inclusive return 30. 3. Write a C program to get the personal details and print the same in the following format. Also draw a flowchart to solve this given problem. Sample Output GOVID-19 27/12/2019 Name D.O.B Mobile No 9884479945 Age 01 Address 23, Rail Nagar, Wuhan City, China Designation Pandemic Bank balance 500000 II
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Datatypes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr