high-level programming language (28.218.81608.81609.81613.9493.81899.81849.81917.82011)
By using a high-level programming language a programmer is able to express algorithms using words such as if, then, and while. To what extent does the computer understand the meaning of those words? Does the ability to respond correctly to the use of words imply an understanding of the words? How do you know when another person has understood what you said? #include<stdio.h> int main() { int n, m,i,j,number,max; scanf("%d", &n); for (i = 1; i < n; i++) { scanf("%d", &m); for(j=1;j<=m;j++) { scanf("%d",&number); if(j==1){max=number;} else { if (number>max) {max = number;} } } } printf("%d\n", max); return 0; }
group status
👤 group joined: 0 ⏳ group pending: 0 🚫 group blocked: 0









