Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x = 5 >>> print
=
>>>
code?
is
of
output
pythowhat
the
this
x
0 Votes
2 Answers
30th Apr 2020, 9:42 AM
Nikhila Bangaru
Fill in the blanks to declare the class Student, with int data member called age. Student class has a constructor with one argum
a
age
age.
argument
blanks
called
class
constructor
data
declare
fill
has
in
int
member
member.
of
one
sets
student
that
the
to
value
with
-12 Votes
3 Answers
20th Jul 2021, 3:07 AM
FERPLAY.N
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x + = 5 >>> print
python
-1 Vote
3 Answers
28th Apr 2020, 6:54 AM
Salman farooq
Anyone please explain me this question in brief - Fill in the blanks so that the first line of the paragraph uses the ne
css
css3
0 Votes
1 Answer
19th Sep 2016, 1:44 PM
Vibhanshu Tyagi
Fill in the blanks to create a pattern that matches strings that contain 3 characters, out of which the last character is an exc
python
regular-expressions
0 Votes
1 Answer
9th Jun 2017, 8:51 AM
R.kishore
Fill in the blanks to declare a ''B'' class with its own constructor and a ''D'' class with its own constructor, where ''D'' inh
c++
inheritance
-4 Votes
1 Answer
5th Mar 2017, 1:18 PM
Sunita Sharma
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x = 5 >>> print
python
-1 Vote
1 Answer
7th Nov 2018, 4:07 PM
Petar Shutkin
import the math module.
blanks
fill
import
in
math
module.
python3
the
to
1 Vote
3 Answers
1st Dec 2020, 6:32 PM
Turikumana Isaie
Need help with for loops
blanks
fill
in
iterate
list
over
python
the
to
using
2 Votes
4 Answers
11th Apr 2018, 3:14 PM
e.than_w
Create a function that prints all elements of an array using recursion. Fill the blanks void print(int b[], int size){ if (size>0){ cout<<b[0]<<endl; _______(&b[1],size - 1); } }
c++
output
-1 Vote
3 Answers
22nd Aug 2016, 2:16 PM
Soutik
Fill in the blanks that define an abstract Animal class and a dog class that inherits from it. class Animal{ public: virtual void bark()=___; }; class Dog __ Animal{ public: _____bark(){ cout<<"Woof!"; } };
c++
1 Vote
2 Answers
2nd Sep 2016, 4:25 PM
Soutik
Fill in the blanks to create a loop that increments the value of x by 2 and prints the even values. x = 0 x <=20
loops
python
-2 Votes
1 Answer
29th Apr 2020, 4:08 PM
Salman farooq
python
a
blanks
create
fill
in
increments
loop
that
the
to
0 Votes
3 Answers
21st Feb 2018, 10:10 AM
indumathi g
challege
and
arr[]
array
blanks
calculate
elements.
fill
foo(int
in
int
mult
multiplication
of
product
return
size)
the
to
-1 Vote
1 Answer
16th Jan 2017, 7:41 AM
Mpho Percy Mkhwanazi
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
8
9
Next >
Hot today
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
Please rate my code from 1 to 10
2 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Square Roots
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Pig Latin
0 Votes
Uuu
1 Votes
Currently learning C++, Iām getting into socket programming with C++
0 Votes
How to start
0 Votes