Computer Science, asked by doubtaskerbb, 22 days ago

Using the switch statement, write a menu driven program to perform following operations:
(i) To Print the value of Z where x is integer and ranges trom-10 10^ 2 10 x^ 3 -0.5x with an increment of 2 and Y remains constant at 5.5.
(ii) To print the Floyds triangle with N rows Example: If N = 5
Output: 1
23
456
7 8 9 10
11 12 13 14 15​

Answers

Answered by selfiequeen001
0

Answer:

mark me brainliest plss❤

Explanation:

Using the switch statement, write a menu driven program to perform following operations:

(i) To Print the value of Z where x is integer and ranges trom-10 10^ 2 10 x^ 3 -0.5x with an increment of 2 and Y remains constant at 5.5.

(ii) To print the Floyds triangle with N rows Example: If N = 5

Output: 1

23

456

7 8 9 10

11 12 13 14 15

Answered by samrattalukdarcal
1

Answer:

Computer Science, 22.08.2019 06:00, abhishek7500

Write a class program with the following specifications: class name: calculateinst

Similar questions