Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
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
C pointers
2 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes