#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;
}
Quote 53: Ethical earning is key. Quote 52: Grades matter, but your skills, curiosity, and consistency matter even more. Quote 51: Be curio...
No comments:
Post a Comment