Computer Science, asked by Keerthanaker, 10 months ago

Write a program to declare 5 variables and assign first five even numbers starting from 2.
Use only one statement to assign. Then increase the first value by 1, second value by 2 and so
on Display the final value of all 5 variables.​

Answers

Answered by ajayvermajnv04
1

Answer:

Let's begin by writing our first C program that prints the message "Hello, world! ... 2. C Terminology and Syntax. Statement: A programming statement performs a piece ... We assign values to variables integer1 and integer2 ; compute their sum and store in ... Use five int variables integer1 to integer 5 to store the five integers.

Similar questions