0% found this document useful (0 votes)
60 views9 pages

Class 10 Computer Project Work

This document outlines a computer project by Tushar Goel for class IXD, supervised by Miss Shelly Goswami. It includes several programming assignments focused on calculating sums, averages, and areas using function arguments and input methods. Each section presents an algorithm for the respective tasks, detailing the steps to achieve the desired outputs.

Uploaded by

Sangita Tyagi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views9 pages

Class 10 Computer Project Work

This document outlines a computer project by Tushar Goel for class IXD, supervised by Miss Shelly Goswami. It includes several programming assignments focused on calculating sums, averages, and areas using function arguments and input methods. Each section presents an algorithm for the respective tasks, detailing the steps to achieve the desired outputs.

Uploaded by

Sangita Tyagi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like