Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Flow Chart Part 1-Computer Fundamentals-Assignment, Exercises of Computer Fundamentals

The course covers important and advance elements of C and C plus plus programming language. This course provides the student with the skills required to design, code, and test and execute programs of simple to intermediate complexity. It includes: Factorial, Number, Inputs, Outputs, Processing, Flowchart, Multiplication, Calculate

Typology: Exercises

2011/2012

Uploaded on 07/31/2012

karthik
karthik 🇮🇳

4.6

(17)

100 documents

1 / 1

Toggle sidebar

Related documents


Partial preview of the text

Download Flow Chart Part 1-Computer Fundamentals-Assignment and more Exercises Computer Fundamentals in PDF only on Docsity! Problem Statement 1 Calculate N factorial of a number N. Example of calculating N factorial of a number is: 1! = 1 2! = 1*2 = 2 3! = 1*2*3 = 6 4! = 1*2*3*4 = 24 ... N! = 1*2*3...*N Solution What are the inputs and outputs? What is the processing part of this problem. docsity.com
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved