Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by at1 ( 2 years ago )
/******************************************************************************
Online C Compiler.
Code, Compile, Run and Debug C program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <stdio.h>
int main()
{
int res,n1,n2;
printf("digite um numero: ");
scanf("%d",&n1);
printf("digite um numero: ");
scanf("%d",&n2);
res = n1+n2;
if (res>10){
printf ("\na soma de dois numeros e %d",res);
}
return 0;
}
Revise this Paste