#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;
}
Can’t Read Books? Try This 5-Minute Habit Instead (It Actually Works) Hi, namaste Krishna. So, um today I'll be sharing a very good ha...
No comments:
Post a Comment