PART 1 - INTRODUCTION 1.1 What is the meaning of the following in the context of Computer Science? a) programming langua
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
PART 1 - INTRODUCTION 1.1 What is the meaning of the following in the context of Computer Science? a) programming langua
1.2 Write a program that prints two lines of text with an empty line in between as shown below. Output This is the first line. This is the second line. 1.3 Write a program that produces the output shown below. Output 1.4 Write a program that produces the output shown below. Output ***** 1.5 Write a program that prints your complete name in two separate lines. C++ Program Output
1.6 Write a program that prints a number entered by a user. C++ Program Output 1.7 Write a program that prints a Welcome message inside a frame. C++ Program Output
1.8 Write a program that print the sum of two numbers. C++ Program Output 1.9 Write a program that give an output statement that will produce the following message on the screen. Output The answer to the question of Life, the Universe, and Everything is 42. 1.10 Write a C++ program that prints a box, an oval, an arrow and a diamond as follows: