Question: Dear students of ECC101 - INTRODUCTION TO COMPUTERS AND PROGRAMMING After you study [ Topic 1.2,3,4,5,6,7] You need to answer all the questions After using
Dear students of ECC101 - INTRODUCTION TO COMPUTERS AND PROGRAMMING After you study [ Topic 1.2,3,4,5,6,7] You need to answer all the questions After using "the suitable compiler for C programming language", Please use the "print screen" for the output of each question and paste it on the file of the "Microsoft Word" , and also save the answer of each question separately as 'file.c' i.e the code of the program And put the "print screen" and the 'file.c' in separate folder for each question and rename the folder according to the number of the question. The deadline to submit the project of ECC101 is Saturday: 16.01.2021 1- (Arithmetic) Write a program that asks the user to enter two numbers, obtains them from the user and prints their sum. 2 .(Multiples) Write a program that reads in two integers and determines and prints whether the first is a multiple of the second. [Hint: Use the remainder operator.] 3- (Odd or Even) Write a program that reads an integer and determines and prints whether itsodd or even. [Hint: Use the remainder operator. An even number is a multiple of two. Any multiple of two leaves a remainder of zero when divided by 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
