Ask a New Question
Search
Develop a program pseudo code
Develop a program pseudo code to read the names and scores for ten students,it should calculate and report the average
1 answer
asked by
Kevin
389 views
Develop an algorithm or write a pseudo-code that accepts as input the names of an unspecified number of students who each have
0 answers
asked by
Anonymous
668 views
Consider the following program (written in pseudo-code)
begin x:= 0; y:= 1; z:= 1; while y <= n do x:= x+1; z:= z+2; y:= y+z; od
0 answers
asked by
Jack
443 views
Week 3 - Expand Pseudo Code
The accounting office indicated the code must be able to handle overtime hours. Add functionality to
0 answers
asked by
John
621 views
Draw a pseudo code to represent the logic of a program that allows the user to enter five values. The program prints the
1 answer
asked by
Chernor Jalloh
549 views
how do modular program work, can you show me an example of it using dowhile pseudo code.
1 answer
asked by
alberto
686 views
a student designed a program to accept the age of an employee and then compute the employees retirement year and display the
2 answers
asked by
riley
1,929 views
Write pseudo code for this program:any students whom got CGPA more than 2.0 will pass their study ,and less than 2.0 will fail
0 answers
asked by
Haiyqal
109 views
Purpose:
• Write AND OR & NOT logic in pseudo-code and Raptor. Requirements: In Notepad, write pseudo-code for the following.
9 answers
asked by
sheger
1,180 views
Purpose:
• Write AND OR & NOT logic in pseudo-code and Raptor. Requirements: In Notepad, write pseudo-code for the following.
1 answer
asked by
SAN
620 views