Here we give 10 numbers as height of student and the c++ is to find average height of 10 students with using array and wihout using an array.
Posts tagged as “Program”
In this C++ programming we find Sum of Square of First N Natural Numbers without using any formula and uses normal for loop with sum calculation method.
Learning and reciting multiplication table is always crazy. Here let’s create a multiplication table having 12 rows using C++ programming.
the program accept an integer number and calculate the individual digits and display the sum on the screen.
This is a Visual Basic program with description for Finding Area of Rectangle, Circle and Triangle
This is a C++ program to find area of a rectangle, circle and triangle. Class diagram of program also given below.
This is a simple Java applet program for getting output of a human smiley face with customization
How to Make, Compile and Run a Java Applet Program on Applet Viewer or Web Browser. Simple java applet programming turoial
Basic tutorial to create a simple java console program and step for compile and run using command prompt.
This C Program finds largest number among given two integer numbers. Here two types of logics have explained. In the first program which solve the…