I need help with question 13.2 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need help with question 13.2

#include <iostream> using namespace std; int main() { double points; cin >> points; if(points >=90){ cout<<"Pass"; } else{ cout <<"fail"; return 0; } }

16th May 2022, 7:06 PM
RAMADAN : رمضان
RAMADAN : رمضان - avatar
7 Answers
+ 3
Read the task description carefully: it is "pass", not "pass". The output needs to match exactly the one fro. The task description.
16th May 2022, 7:10 PM
Lisa
Lisa - avatar
+ 1
اها انحلت المشكلة يما من مشاكل في الطريق 😂
17th May 2022, 2:20 PM
RAMADAN : رمضان
RAMADAN : رمضان - avatar
+ 1
ربي يسهل علينا وعليك عادي نتعاونو ونديرو حلول وتمشي الامور باذن الله موفق خوي
17th May 2022, 2:20 PM
mohammed abdulsamed
mohammed abdulsamed - avatar
0
كيف نوع المساعده لي انت تبيها شن صيغة السؤال بالزبط
17th May 2022, 2:11 PM
mohammed abdulsamed
mohammed abdulsamed - avatar
0
السؤال رقم 13.2 في لغة ++C المشكلة حليتها طلعت خطأ في كتابة "pass" انا كاتبها "Pass"
17th May 2022, 2:17 PM
RAMADAN : رمضان
RAMADAN : رمضان - avatar
0
يعني تمام انحلت المشكله توا تمام
17th May 2022, 2:19 PM
mohammed abdulsamed
mohammed abdulsamed - avatar
0
بارك الله في خوي
17th May 2022, 2:32 PM
RAMADAN : رمضان
RAMADAN : رمضان - avatar