Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Bienvenido (a)
basics
c++
english
español
inglés
spanish
variables
2 Votes
3 Réponses
28th Jul 2017, 12:11 AM
Cinty
a=[1,2,3,4,5] a[1:4]=[1] print (a)
lists
python3
0 Vote
2 Réponses
24th Apr 2020, 3:19 AM
Akash Yadav
a=10 b=10 print(id (a) is id (b)) output=false. Why?
doubt
python
question
0 Vote
5 Réponses
29th Oct 2023, 5:04 PM
Devraj Naik
In public section- is 'var' acting as a data type for (a) during initialization. Or is (a) being assigned to variable 'var'.
c++
classes
this
1 Vote
3 Réponses
13th Feb 2017, 7:36 AM
Black Temple
Write a c program to find (a) area of a circle
students
0 Vote
5 Réponses
23rd May 2021, 11:55 AM
Nani Naveen Nani
Whene int a =2.3 ; I need to stor (a) as 3
integer
0 Vote
3 Réponses
3rd Jan 2021, 11:28 PM
badreldeen ebraheem
Which of the following supports the concept of hierarchical classification? (a) Polymorphism(b) Encapsulation (c) Abstraction
abstraction
encapsulation
polymorphism
0 Vote
4 Réponses
16th Mar 2018, 5:20 PM
Ramzi Mohamed Osman
If (a) is not an integer how can i do that with c++
..
2 Votes
3 Réponses
27th Dec 2019, 10:00 PM
Kuchiki
def fb(n): if n==0: return 0 if n==1: return 1 else: return(fb(n-1)+fb(n-2)) print
(a)
8
1 Vote
1 Réponse
30th Mar 2017, 4:21 PM
Samuel Akosa
How to find the number of objects inside (a) methode/s in a java program?
code
java
methods
object
2 Votes
4 Réponses
28th Aug 2017, 5:00 PM
Mohamed Sajjadh
Need help.Can anyone explain this?? Int a=2;int b=3; System.out.print (Integer.toBinaryString (a) +Integer. toBinaryString(b));
java
2 Votes
2 Réponses
5th May 2017, 4:32 AM
Shubhangi Singhal
How the language will be structured to get the following answer: (a) ab (b) a
jquery
1 Vote
4 Réponses
22nd Dec 2018, 2:28 AM
kp kalia
Write the output after removing the error in given code: for a in range(10,0,-2) print (a)
do
how
python3
thisquestion
to
0 Vote
4 Réponses
3rd Dec 2020, 11:11 AM
Rohit Kumar Chanotra
How to put <ol type = a > to get the list tag output (a)
html
list
tags
0 Vote
3 Réponses
2nd Sep 2018, 3:16 PM
kp kalia
convert the following decimals numbers to 10 bit binary (a) 37.31 (b) 6.215 (c) 33.333
10
binary
bit
convert
decimals
following
numbers
the
to
-1 Vote
2 Réponses
12th Nov 2016, 4:27 PM
burhanuddin
How to print in python (a) print (' one ') (b) print ("one ") . Which are correct please answer
code
1 Vote
6 Réponses
5th Mar 2021, 10:04 AM
Vivek
Why are you learning Python (a) for fun (b) part of school work (c) career change
python
0 Vote
2 Réponses
19th Feb 2017, 8:11 AM
Ned
i don't understand this: for example : a=4 while a=4 print (a) a = a + 1 help me please! !!!!
python
0 Vote
6 Réponses
6th Sep 2016, 12:36 PM
youssef
What is result of following expression(a to e) if (i) check=3,mate=0.0 (ii) check=0,mate=-5 (a) check or mate (b)mate or check
python
0 Vote
2 Réponses
15th Feb 2020, 2:26 PM
Ragashree veda M
Wasn't very nice of them to up and change the rules from input(a \n b) to input (a) \n input(b)
calculator
simple
-1 Vote
2 Réponses
1st Sep 2021, 2:34 AM
CowsEatGrass
Why does the output value of (a) change when you use the | operator instead of the operator || is used?
bitwiseor
java
logicalor
operators
0 Vote
2 Réponses
30th Apr 2020, 5:04 AM
Mohammad Ala Tahhan
(a) Create a java class MyDate that keeps track of the date as day, month and year of type integer and provide the following met
help
me
0 Vote
2 Réponses
21st Dec 2022, 1:27 PM
Moe papa Aung
(a) When p3 object is created, specify which constructor gets invoked and why? (b) Write complete definition for Constructor3.
and
constructors
des
0 Vote
1 Réponse
29th May 2018, 6:29 AM
heer patel
Why does (a) not aqual any thing in this code ? function test( a , b = 3, c = 42) { return a + b + c; } console.log(test(5));
javascript
0 Vote
2 Réponses
30th Aug 2020, 9:56 AM
Ziyad Aldoumany
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
How to get better with problem-solving and programming
2 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
What's wrong with this code ? ( Beginner)
1 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes