#include <stdio.h>
int main() {
int n;
printf("Enter a number:");
scanf("%d",&n);
n=-n;
printf("Number=%d",n);
}
Right. [clears throat] So yeah, it's 12 a.m. in the night and I have been done with my work uh from everything and I wanted to share an ...
No comments:
Post a Comment