Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pseudo hw v.05
//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; while (input!=-1); read input; if input>=maxvalue; maxvalue=input; endwhile; print maxvalue End Program }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
structt
Spring 2017 Project 2 v1.1
UserDefinedDataType_pointer1
C code to compare two texts in form of array of chars ignoring the capitalization
PtStrCpy
Pattern 13
WAP in C to convert decimal to binary
18BCE2182 ASSESS_1 Q1-2
Simple interest
A_141117_Euclides
Please log in to post a comment.