Computer Science, asked by agnidiptog, 2 months ago

WAP to assign a number and store 5 in B. Calculate and
print the following.
1. Half of the assigned number.
ii. Seventh multiple of B
iii. Cube of (i)
IV. Sum of (ii) and (iii)​

Answers

Answered by gyaneshwarsingh882
0

Answer:

Explanation:

C programming Tutorial

Introduction to C Programming

(for Novices & First-Time Programmers)

1.  Getting Started - Write your First Hello-world C Program

Let's begin by writing our first C program that prints the message "Hello, world!" on the display console:

Similar questions