You're offline. Some features may be limited.
( # ) include <stdio h> main ( ) int ( s=0, i=1, n ); printf("Enter the value of total number :"); scanf(" % d", &n); while ( (i<=n ) ) ( s=s+i ); i + ; printf("The sum of the tota | Suva Ai