#include <stdio.h>
int main() {
float n, p;
printf("Enter a number and percentage:");
scanf("%f%f", &n, &p);
printf("Number and percent of the number is %.2f and %.2f", n, n*(p/100));
return 0;
}
YouTube Video Hi. So, uh very happy brother's day to all the lovely brothers out there who has been endlessly working on and uh taking ...
No comments:
Post a Comment