Skip to content

Latest commit

 

History

History

00_November

Table of Content

November

Date Content Link
Nov 7 Syllabus Syllabus
Nov 8 C Recap: Find Simple Interest, Sample of Switch and Loop Statement Notes
Nov 9 Basic Addition, User Input and find area of rectriangle Notes
Nov 10 Simple Interest using double and Area of Circle (PI) Notes
Nov 11 Classes in C++: Sample Programs Notes
Nov 13 Questions:
1. Area of square
2. Volume of a cuboid
3. Volume of cube
4. Print sum, difference, product and quotient of two user input numbers
5. To input age of person and print in days with a appropriate format
6. To input length & breadth of a room and calculate and print its area and perimeter
7. To read the radius of a sphere and compute its surface area and volume
8. To input temperature in Celsius and to print its Fahrenheit equivalent
9. To read base and altitude of a triangle and prints its area
Notes
Nov 14 Completed the questions given in Nov 13 --> Click Here Notes
Nov 15 Find Greatest Number among three numbers Notes
Nov 16 ASCII,For loop and Increment and Decrement Operators Notes
Nov 22 Use of if.. else... and else if...... (Calculate Grade)
Questions
1. Enter values of length and breadth of a rectangle from user and check if it is square or not.
2. A shop will give discount of 10% if the cost of purchased quantity is more than 1000. Ask user for quantity. Suppose, one unit will cost 100. Judge and print total cost for user.
3. A company decided to give bonus of 5% to employee if his/her year of service is more than 5 years. Ask user for their salary and year of service and print the net bonus amount.
4. Check that whether a number is even or odd.
5. Program to check whether a number is divisible by 5 and 11 or not.
6. Program to check whether the triangle is an equilateral, isosceles or scalene triangle.
7. Program to calculate profit or loss.
8. Program to check whether a year is a leap year or not by using an if-else statement.
9. Program that checks whether the character is an alphabet or not.
10. Program to check whether a number is a prime or composite number.
Notes
Nov 23 Switch Statement (Assignment: Input two number and find the sum, difference, product and quotient using switch) Notes
Nov 27 Classwork (if block, swap number) Notes
Nov 28 Loop Notes
Nov 29 Jump Statement and Arithmatic Operators Notes
Nov 30 Assignment Operators, Relational Operator & Logical Operator Notes