Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pseudo hw v1
//gcc 5.4.0 #include <stdio.h> //Write the pseudocode of a program that computes the maximum number of a set of user input numbers. //The processing stops when the user enters –1. int main(void) { Start Program; int input; int max value; READ input; REPEAT READ input; IF input>=maxvalue THEN; maxvalue=input; END IF; UNTIL input=-1; PRINT maxvalue; End Program; }
run
|
edit
|
history
|
help
0
selection sort
polymorphism simulation in plain C with a simple structures
recursive fundamentos
Spring 2017 Lab 4 v1.1
Difference between memcpy n strncpy
Intro to Arrays with comments
loop
SIGABRT error
factorial
2017_1117_TARTAGLIA