#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;
}
Hello everyone, on this special occassion of fathers day today, I would like to wish every lovely, striving fathers out there a very happy ...
No comments:
Post a Comment