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
Simple Calculator v1.0
sort_using_pointers.c
C_141210_esMayor
2.1.3 Sum of squares of first hundred natural numbers with different cores
bitwise operations
My first structure
A_141121_factorial01
switch_nota
C - printf precision modifiers
TAREA M4 - LOTERIA