COMPUTER
PROJECT
WORK
TEACHER=MISS Shelly GOSWAMI
Submmited by=TUSHAR GOEL
Class=ixd
Rollno=16
Program of assignment statement
Description=i n this project we are going to use the
function argument to find the sum of the two number
as the variable a and b
Input screen
Testing and debagging
Output screen
Algorithm
=>start
=>read a , b
=>a+b=c
=>print or display c
=>stop
Program of function of argument
Description= In this project we are going to find the
average of the three numbers and sum by using the
function argument
Input screen
Testing and debagging
Output screen
Algorithm
=>start
=>read three numbers a ,b ,c
=>sum=a + b + c
=>average=a + B + C/3.0
=>display sum and average
=>STOP
Scanner method
Description=in this project we are going to find the
average of the three numbers and sum by using the
function argument
Input screen
Testing and debagging
Output screen
Algorithm
=>START
=>READ 1ST AND 2ND NUMBER
=>show each other at others place
=>stop
Input method
Description=n this project we are going to to find the
the area and parameter of a square by using its
diagonal with mathematical operator and by using
the input method
Input screen
Testing and debagging
Output screen
Algorithm
=>start =>STOP
=>READ DIGONAL
=>FIND AREA
=>FIND PARIMETER