write a c program to do the following: (10 marks) a. declare two variables a and b of type integer b. initialise the value of variable a to 3 and the value of variable b to 0 c. if the value of a is greater than 0, then assign b the value of a + 3

1

Write a C program to do the following: (10 marks) a. Declare two variables a and b of type integer b. Initialise the value of variable a to 3 and the value of variable b to 0 c. If the value of a is greater than 0, then assign b the value of a + 3

By Beginner Harvey Gleason at Oct 30 2020


Related code examples


Code examples by languages