Cursussen
Cursussen
Code Compiler
Code Compiler
Discussiëren
Prijzen
Teams
Inloggen
Registreren
Menu
Q&A Discussies
Zoeken
Zoeken
Stel een vraag
Stel een vraag
Fill in the blanks to import only the sqrt and cos functions from the math module:
modules
python
-4 Stemmen
10 Antwoorden
19th Jan 2017, 9:13 AM
NIDHI JOSHI
Fill in the blanks to declare a function that returns the square of its argument, call it with the value 42 using a function poi
100
awsm
c++++
right
yo
3 Stemmen
4 Antwoorden
30th Aug 2020, 4:39 PM
SAGAR ROHILLA
Fill in the blanks to create a list of numbers from 0 to 99 and output the 5th item
range
-1 Stem
5 Antwoorden
6th Oct 2021, 6:46 PM
Kelum Dilshan Weerasuriya
Fill in the blanks to check whether the two objects of type A are semantically equal.
equals
java
0 Stemmen
7 Antwoorden
13th Nov 2016, 6:29 AM
anjanel macalaguim
Fill in the blanks to define the ondrag event on a button? <button _______="a()"> send </button>
button
11 Stemmen
3 Antwoorden
10th Oct 2017, 6:23 PM
Amene Zoormand
Fill in the blanks to output "Rex barks." class Dog { constructor(name) { .name = name; } bark() { console.
"rex
barks."
blanks
class
dog
fill
in
output
the
to
-2 Stemmen
7 Antwoorden
3rd Sep 2019, 6:54 PM
stefaan verhelst
fill in the blanks to create a valid program that takes a string input
java
1 Stem
3 Antwoorden
12th Jun 2023, 9:07 AM
Haju Kox
Fill in the blanks to define the macro SQR if the TRIPLE macro is defined, otherwise define TRIPLE.
answer
-5 Stemmen
3 Antwoorden
20th Nov 2020, 1:13 PM
Jason Chew
Fill in the blanks to handle the keydown event on the input field and alert which key was pressed.
jquery
0 Stemmen
12 Antwoorden
20th May 2018, 9:54 AM
Abubakr Mahmoud Mohamed Ali
Fill in the blanks to declare an array of integers containing 9 elements. Assign to each element the value 45 using the for loop
arrays
-1 Stem
10 Antwoorden
31st Oct 2017, 10:12 AM
Muhammad Ali
C# Fill in the blanks to overload the minus operator for the T class:
c#
-1 Stem
3 Antwoorden
18th Apr 2022, 4:00 PM
Pierre Benyamin
Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b"?
html
html5
web-storage
3 Stemmen
10 Antwoorden
25th Dec 2016, 1:11 AM
Saul
Fill in the blanks to create an auto-property named Age of type int.
age
auto-property
int.
named
of
type
0 Stemmen
2 Antwoorden
7th Nov 2017, 4:59 PM
Cole Lynam
Fill in the blanks to make the text "First Paragraph" to the comment.
come
should
tag
what
1 Stem
3 Antwoorden
9th May 2017, 8:58 AM
Krishna Shah
Fill in the blanks to compare the variables and output the corresponding text
answer
please
0 Stemmen
1 Antwoord
6th May 2020, 5:14 AM
Sagar Pradhan
Fill in the blanks to print EVEN (multiples of 2) values from 0 to 20 using a for loop:
fill-in-the-blanks
the-for-loop
5 Stemmen
6 Antwoorden
12th Dec 2020, 9:55 PM
Chirag Samantaroy
FILL in the blanks to assign the value 15 to variable years and output the number of months(years multiplied by 12)
op
2 Stemmen
9 Antwoorden
8th Dec 2022, 3:31 AM
Prabesh Adhikari
Fill in the blanks to make the code work.... for {___}
help
need
-1 Stem
3 Antwoorden
1st Aug 2017, 3:12 PM
Abhijit Halder
Fill in the blanks to compare the variables and output the corresponding text
answer
please
-2 Stemmen
3 Antwoorden
6th May 2020, 4:25 AM
Sagar Pradhan
Fill in the blanks to output the size of the file called "db.csv" if it exists.
files
ruby
1 Stem
6 Antwoorden
6th Apr 2017, 10:07 AM
Notan Mondal
Plz help me to fill in the blanks to call the method "hello" from main
methods
2 Stemmen
3 Antwoorden
25th Jun 2019, 3:00 PM
Boy Arya
Fill in the blanks to calculate the sum of all whole numbers from 1 to 100.
c#
0 Stemmen
3 Antwoorden
14th Oct 2017, 6:19 PM
قصى ابوعجيلة
Fill in blanks to make the variable arr3 look like the following: [1, 2, 3, 4, 5, 6, 7, 8].
code
0 Stemmen
6 Antwoorden
5th Dec 2020, 2:49 PM
julie Metz
Fill in the blanks to delete the table students from the database
sql
tables
0 Stemmen
3 Antwoorden
21st Sep 2016, 2:29 PM
mohd ovais
Fill in the blanks to create an h1 heading containing the text "My first website" followed by an h2 tag containing "Sample Page"
html
-3 Stemmen
5 Antwoorden
23rd Nov 2017, 2:00 PM
Ouail Bibi
fill in the blanks to select all div elements and alert the content of the third div.
dom
-1 Stem
3 Antwoorden
7th Nov 2020, 4:24 PM
HANUMANTHA B
Fill in the blanks to select the first child of the div element.
javascript
jquery
-4 Stemmen
3 Antwoorden
16th Feb 2022, 9:25 AM
Santosh Tajpuriya
Fill in the blanks to create a lambda function that returns the square of its argument, and call it for the number 8. a = (
a
blanks
create
fill
function
in
lambda
that
the
to
1 Stem
13 Antwoorden
12th Jul 2018, 9:56 AM
Patrick Mita
Fill in the blanks to select the "address" from "customers" using the fully qualified name for the address column
sql
-4 Stemmen
9 Antwoorden
12th Jan 2019, 9:31 AM
Nitesh Suhas Bansode
Fill in the blanks to add a line to the page, starting from coordinates 10, 20 and ending at 50, 100:
html5
-1 Stem
7 Antwoorden
23rd Sep 2020, 5:57 PM
Sherzod Qodirov
fill in the blanks to create a loop that increment the value of x by 2 and print the even values. x=0 _x<=20: print(x) x+=2 pls help me out
loops
python
0 Stemmen
18 Antwoorden
2nd Sep 2016, 6:12 PM
anthony
Anyone having trouble to suggest a quiz in Fill in the blanks mode?
quiz
4 Stemmen
1 Antwoord
8th Jan 2017, 3:33 AM
Iván
Fill in the blanks to give yellow background color to the element with id="intro", and black text color to the class="mytext":
css
8 Stemmen
7 Antwoorden
7th Jul 2019, 8:33 PM
Amanuel Amdemichael
Fill in the blanks to make the element with id="text" take the full width of the page.
answers
blanks
discussions
fill
id
in
question
text
the
0 Stemmen
6 Antwoorden
15th May 2021, 3:34 AM
Prawal Lamshal
Fill in the blanks to create a div element with the I'd " root " _id="_"
help
-1 Stem
6 Antwoorden
2nd Nov 2020, 11:15 AM
Mythili Arunachalam
Fill in the blanks to create a red shadow. .withshadow { filter: (5px 9px 2px red); }
.withshadow
a
blanks
create
fill
in
red
shadow.
the
to
-1 Stem
6 Antwoorden
31st Jul 2019, 6:38 AM
gautam karki
Fill in the blanks to print the age variable of the Person class using the this keyword.
c#
0 Stemmen
2 Antwoorden
8th Feb 2018, 2:32 PM
Mesut Alcicek
Fill in the blanks to draw a green point with the coordinates x=3, y=8.
rprogramming
1 Stem
2 Antwoorden
8th Aug 2022, 4:01 PM
safiya hani
Fill in the blanks to assign some value to the label
please
-3 Stemmen
1 Antwoord
11th Jun 2021, 3:30 PM
Sakthi V
C file Processing
blanks
c
files
1 Stem
1 Antwoord
1st Dec 2021, 3:23 PM
Rawley
Fill in the blanks to set the color and width property of the div.
jquery
-1 Stem
2 Antwoorden
18th Oct 2019, 7:00 PM
Lucky Varandani
Fill in the blanks to declare two variables and print their sum to the screen
#help
1 Stem
4 Antwoorden
3rd Jan 2021, 6:16 PM
Mueez Peleowo
Fill in the blanks to declare case- insensitive constant named all and assign the value 42 to it? ____("",42,____);
php
0 Stemmen
6 Antwoorden
28th Sep 2017, 6:25 AM
ravinder singh
fill in blanks to define the function "myMul",which takes two paramenters and prints the product of their multiplication
functions
-3 Stemmen
5 Antwoorden
15th Sep 2018, 3:08 PM
Erick Peter Athuman
Fill in the blanks to declare a pointer to the ''st'', where ''st'' is of type ''Student'', then call printAge() via the pointer
c++
-12 Stemmen
12 Antwoorden
1st Mar 2017, 7:18 AM
Sunita Sharma
"Fill in the blanks to make the egg attribute strongly private and access it from outside of the class.
attributes
private
python
strongly
-4 Stemmen
4 Antwoorden
17th Feb 2018, 3:31 PM
Joseph
What do I put in for the "Fill in the blanks to calculate the sum of myArray's elements using the for loop" thing
arrays
java
2 Stemmen
8 Antwoorden
20th Jan 2017, 2:26 AM
Lilli Mifflin
fill in the blanks to declare a variable, add 5 to it and print its value. how??
python
-1 Stem
6 Antwoorden
7th Sep 2016, 10:48 PM
MDD
Fill in the blanks to print only even numbers. For(int x=0;x<99;x++)_ __(x%2!0) ______ this one i want to understand Conso
c#
loop
5 Stemmen
3 Antwoorden
27th Jan 2020, 11:40 AM
Ehsan Wattoo
Fill in the blanks to define an interface IMusician with a declaration for the play() method. Then, define a Guitarist class tha
inheritance
php
0 Stemmen
10 Antwoorden
20th May 2019, 6:33 AM
Mehrzad Safariyan
Stel een vraag
Stel een vraag
Stel een vraag
Stel een vraag
< Vorige
1
...
4
5
6
...
9
Volgende >
Populair vandaag
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
4 Votes
Guys I don't know anything about cooding who can help me pls
1 Votes
Why can’t I use double “ in python?
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
You’re free to give me your advice! 🚨
1 Votes
Salut tout le monde
1 Votes
How can i isntall modules
1 Votes