CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:29:21 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=c16c4e1feda6568eeff8b2bf2c7764b569277824d97e282659881bf7d810dd34a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22QZbpQ6V19Xo3qvmDJY-JjWd0zcCK0zBX%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cd55221f9a860e-BLR
#include<stdio.h>//preprocessor directiveint main(){ //Local Declaratio - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<stdio.h>//preprocessor directive
- int main()
- {
- //Local Declarations
- int i;
- float grade,unit,prod,prodt=0,unitt=0,GPA=0;
- printf("grade\tunit\n");
- for(i=1;i<=7;i++)
- {
- scanf("%f %f",&grade,&unit);
- prod=grade*unit;
- prodt+=prod;
- unitt+=unit;
- }
- GPA=prodt/unitt;
- printf("Your GPA is%.2f\n",GPA);
- if (GPA>=3.0)
- printf("You Passed\n");
- else
- printf("You Failed\n");
- getch();
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 1 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ D
JavaScript | 7 sec ago | 0.24 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 18 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 4
JavaScript | 21 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ L
JavaScript | 22 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 27 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 8
JavaScript | 32 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 1
JavaScript | 34 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand