Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
weight = input() height = input() BMI = weight / (height ** 2) if BMI < 18.5: print(Underweight) elif BMI >= 18.5 and BM
help
me
please
2 Votes
4 Answers
19th Jan 2022, 10:25 AM
𝑫𝒂𝒌𝒔𝒉 𝑫𝒆𝒗𝒆𝒍𝒐𝒑𝒆𝒓
what should be the code for the following output? * ** *** **** ***** ****** uptil n
c++
for
loop
-1 Vote
2 Answers
25th Sep 2016, 5:39 AM
bittu
I m create a program in Python 3 and this Error show "TypeError : unsupported operand type(s) for ** or pow(): 'str' and 'int' "
python3
1 Vote
7 Answers
14th Apr 2020, 2:55 PM
Rahul Singh
Математика.Степень числа.
**
math
pow
python3
1 Vote
2 Answers
7th Feb 2020, 12:09 PM
Владимир Нестеренко
Cout__x
**
<<
==
>>
0 Votes
2 Answers
3rd Nov 2019, 4:03 PM
Nurilloh
int m, n; cin>>m>>n; double ** T = new double*[n]; for(int i=0; i<m; i++){ T[i] = new double[m]; }
matrix
0 Votes
1 Answer
4th Nov 2016, 11:49 PM
mohammad hatami
Kindly help me create a triangle made of '*' . And a diamond made of the same and an inverted triangle made of ** too.
c++
0 Votes
3 Answers
29th Sep 2017, 4:48 AM
Nduta
почему результатом деления целого числа на целое число является вещественное число, разве не должно быть целое число как результат целочисленного деления? и тогда почему 2 ** 5 является целым числом?
python
0 Votes
2 Answers
13th Aug 2016, 7:52 AM
Erendgen
This code tries to make a triangle out of stars. But oh no! There’s an error in there somewhere - it outputs all the stars on on
")
"*
**
***
****
print(
-4 Votes
2 Answers
7th Dec 2021, 3:26 PM
Satyam Dixit
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
Next >
Hot today
Sticky position
3 Votes
Help please?
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes