#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;
}
https://youtube.com/shorts/26z3QNQSyc0 Hi. So uh as you may know that I'm Adita Johan who is working as a scrum master as part of the ...
No comments:
Post a Comment