Cursussen
Inloggen
Begin met het leren van AI
Cursussen
Inloggen
Begin met het leren van AI
Q&A Discussies
Zoeken
Zoeken
Stel een vraag
Stel een vraag
can we use a string nd a numeric calculation in same 'print' function? Like print('Hello world!\n'1+1) its not working I m
Umair
0 Stemmen
1 Antwoord
5th Sep 2016, 9:12 PM
Harry Andrison
How interpreter actually interpret the code we wrote in pythoon? Is it from Left To Right or from Right To Left?
python
0 Stemmen
1 Antwoord
20th Jul 2017, 12:46 AM
Hemang
Can we open a file in constructor of a class with BufferedWriter and write in any other function of same class?
classes
constructors
file-handling
files
java
objects
0 Stemmen
1 Antwoord
28th Oct 2016, 5:01 AM
lokesh
How we use superglobals in our practical life ?Explain with some examplegive some practical example of server script , server host
php
predefined-variables
server-side
1 Stem
1 Antwoord
15th Aug 2016, 10:55 AM
Rupam Das
in java every processing occurs inside main method. what happens if we exclude (String[] args) and make it as ()??can declare main() method like normal methods for other purposes. if so would overloading be taken place?
java
methods
0 Stemmen
5 Antwoorden
26th Sep 2016, 11:34 AM
riyas
The type of variable is auto-defined by assigning a value to it? because in java, we have to declare the type of variable before assigning value
data-types
php
1 Stem
2 Antwoorden
6th Mar 2016, 4:07 PM
ThisTNTSquid
What is the meaning of the first P in php as we know php means hypertext preprocessor. So y p in first y not only hp
php
1 Stem
2 Antwoorden
3rd Sep 2016, 12:04 PM
jyotirmoy
If we create page on computer and page open on mobile so page interrupt so how create page so change page size
css
html.
javascript
0 Stemmen
2 Antwoorden
17th May 2017, 8:28 AM
huzaifa
In Java pl, int are strictly for numbers, also strings are strictly for letters. Then how do we write stuffs like 50cm?
java
0 Stemmen
2 Antwoorden
22nd Jul 2017, 9:41 AM
Success Daudu
Having issue with adding to the"hello world". I need further explanation on how it work. And wat way we can continue it.
c++
html
0 Stemmen
2 Antwoorden
30th Dec 2016, 2:20 PM
Adeyemi Olanrenwaju
I am a beginner,while studying c++ to end program we should use return 0,but when i change 0 to99 ,code was still working,
c++
0 Stemmen
1 Antwoord
6th Apr 2020, 12:59 PM
Sameer Kulkarni
In the simple calculator, in the given example 1st line: While true: True here is not defined.... Will it work if we only use while rather than while true??
calculator
python
2 Stemmen
2 Antwoorden
26th Jun 2016, 12:54 PM
Kanishk Gangwar
I think tht this app has taught us limited however thr r tons of concepts to learn can u guys say the concepts which we didnt learn?
c++
0 Stemmen
3 Antwoorden
11th Jun 2016, 12:41 PM
Suhail Pappu
Can anyone help me to Prgm a dropdown list in java..like if we touch gender button it should show male r female like that..
dropdown
java
list
0 Stemmen
2 Antwoorden
22nd Jun 2017, 4:17 PM
Saravanan.B
Q.2 I couldn't get line 3. module name is available as global var but from where we are accessing this ?in same/different file ?
python3
0 Stemmen
1 Antwoord
4th Jun 2021, 4:17 PM
lisa
In my website if i want to put code or write code on page wich tag i have to use that it looks like same as we write here in app
code
css
html
javascript
website
0 Stemmen
3 Antwoorden
2nd Aug 2018, 6:49 PM
Bhavesh Kalkani
as you scroll in solo learn app I mean html CSS JavaScript course how we can scroll than left to right right to left that same t
css
html5
javascript
0 Stemmen
2 Antwoorden
22nd Mar 2019, 11:19 AM
Bhavesh Kalkani
For a number n, we shall define it's k counterpart as the amount needed to be added to n to make it equal to k.
a
in
insert
list
python
ways
0 Stemmen
1 Antwoord
15th Sep 2022, 9:21 AM
Komalika Jeetham
Write a program to enter any number from user and convert into Binary number e.g we enter 10 and his answer display 1010
c#
0 Stemmen
2 Antwoorden
25th Feb 2017, 11:46 AM
Aftab ali
I am new to Python,i can't understand python is oops concept based language but we don't have to create any classor main method
java
oops
python
0 Stemmen
2 Antwoorden
11th May 2017, 2:21 PM
Harshit Kaushik
Does the Sololearn Web dev course completely teaches the most important and required part of Web dev or we have to study more??!
css
html
html5
javascript
website
0 Stemmen
1 Antwoord
19th Nov 2022, 5:42 AM
iONE
If a template type can take any data type, why would we need multiple template types? Why not just make one template type and use it for everything?
c++
templates
2 Stemmen
1 Antwoord
3rd Jan 2016, 6:26 PM
Taylor Street
The question is to accept marks of a student in 3 assignment and make it a list. Then we need to create a new list such that it
python
0 Stemmen
2 Antwoorden
23rd Nov 2018, 11:25 AM
Mara
plZ how can we make a program in c++ enum type for all possible results rock paper scissors and its out put would be
c++
0 Stemmen
2 Antwoorden
7th Oct 2017, 7:40 AM
Muhammad Usama
What is your main reason why u want programming? Let us kwn what we want not jst to kwn programming and it goes in veins.
friends
sololearn
2 Stemmen
1 Antwoord
17th Jun 2017, 10:02 PM
Stephen Mumbi
if html is used for coding web and html5 is too used? than why we use CSS ? i think CSS play same role of HTML & HTML5
css
html
html5
0 Stemmen
3 Antwoorden
20th Oct 2017, 4:17 PM
Wafa Naqvi
We are told that an abstract method is a method that is declared without an implementation. What is an implementation, and how does this method look like exactly ?
abstract-classes
java
0 Stemmen
3 Antwoorden
2nd Dec 2016, 2:36 PM
Aka
a = 4 b = 7 operation = multiply print(operation(a, b)) in which operation= multiply , can we use it another like substraction
functions
0 Stemmen
1 Antwoord
19th Sep 2019, 1:06 PM
Ahmed
Which command is used to create a package for java program so that we can install and run it in a computer ?
java
0 Stemmen
2 Antwoorden
2nd Jan 2017, 1:26 PM
harjinder Kalsi
for(a=0;a<50;a+=10) in the first iteration a=0 hence 0=10 is the case why are'nt we writing the output from 10.I am a beginner n
c++
loops
0 Stemmen
2 Antwoorden
24th Jan 2017, 6:24 PM
fahad baroba
How we use superglobals in our practical life ? Explain with some example give some practical example of server script , server host
php
0 Stemmen
2 Antwoorden
14th Aug 2016, 2:21 PM
Rupam Das
I thnk its time to bring Advance Java,Servlets tutorial ,Jsp slowly one after another we should add this ..agree or nt my frnds
advance
java
0 Stemmen
2 Antwoorden
23rd Jul 2017, 5:33 PM
Ashish Shukla
Help! I do understand the last part where we put esle: but i do not know what to put for x and y?
else-statements
python
0 Stemmen
2 Antwoorden
31st Dec 2016, 3:03 AM
Luis Garibay
Is it required to code for CSS in html code workplace or we can do separately as well or how to link it?
css
html
0 Stemmen
2 Antwoorden
8th Jul 2017, 6:41 PM
Shivanshu
In the 3° question of number 4class of HTML5 the app asks you to rearrange the order. Why we must use header before nav?
html5
1 Stem
1 Antwoord
2nd May 2018, 9:53 AM
Pedro Soares
I thought we had to put units (either px or %) with attribute measurements? Looking at the below code, they don't use any units
html
0 Stemmen
1 Antwoord
26th May 2020, 5:17 AM
Ricardo
As static method can access only static data members & methods so how we can manipulate non-static data inside main method ?
java;
methods
static
0 Stemmen
1 Antwoord
14th Jan 2017, 10:11 AM
Atish Kadu
Why are we using virtual functions in C++? What is the usage of attack function in virtual function? Can anyone explain me?
c++
polymorphism
1 Stem
1 Antwoord
11th Feb 2017, 3:59 PM
Nithyapriya
How can we be sure that C# as a programming platform have future because of lack for support for non Microsoft platforms
c#
microsoft
open
os
platform
programming
source
windows
wp
xamarin
0 Stemmen
1 Antwoord
31st Jul 2017, 2:46 PM
radebg
After finishing solo learn java app, can we build java app or game? Or needs deeper knowledge to build apps and games?
android
apps
game
java
mobile
softwares
0 Stemmen
1 Antwoord
3rd Jan 2017, 11:01 AM
Mohamed Kalith
Is there some big reason behind using int and return 0; lines since we still get same results when not using them.
c++
return
0 Stemmen
1 Antwoord
29th Jul 2016, 12:15 PM
isijola ladipo
In python how do we use open file operation in computer .how to create text file and how to connect to python?
python
-1 Stem
2 Antwoorden
16th Jun 2017, 4:27 PM
lorshan
in c language get the value using printf and print the value using scanf statement . But we using (console.writeline ) command
c#
-5 Stemmen
1 Antwoord
1st Nov 2016, 9:31 AM
Hari Haran
Can we implement a binary search tree in a multidimensional array? If so, how? Please give me an example code in java.
java
0 Stemmen
1 Antwoord
25th Jan 2018, 5:02 PM
Su Su Hlaing
Can we overload the Encapsulation over the Constructors in the C++ object oriented programming if you think it as yes then how?
c++
1 Stem
1 Antwoord
21st Jun 2017, 12:04 AM
Taneem Jan
in c/cpp, how can we check the returned value to the OS of main(or exit, ...) function? just i want to know.
cpp,
exit
main
0 Stemmen
1 Antwoord
18th Oct 2017, 6:22 AM
MD QAYAMUDDIN
When we perform Arithmetic Operation in SELECT query It also reflect to our original DATABASE or it only Display the result (i.e
database
query
sql
0 Stemmen
1 Antwoord
8th Oct 2016, 6:08 AM
Pranay Neema
Can we make an array and read the randomly generated values one by one into the array using a for loop ??
c++
loops
rand
0 Stemmen
1 Antwoord
27th Dec 2015, 2:09 PM
Abhishek Raj
Is macbook air m1 8gb ram variant can we do full stack development with it. Any one having experience same model reply.
air
development
full
m1
macbook
stack
-3 Stemmen
1 Antwoord
29th May 2021, 6:31 PM
Prince Yadav
By repeating some lines of code , will it form an error ? and is that why we are made to use functions and modules ?
functions
python
0 Stemmen
1 Antwoord
15th Apr 2020, 5:03 AM
Sandhya L G
Stel een vraag
Stel een vraag
Stel een vraag
Stel een vraag
< Vorige
1
...
194
195
196
197
Volgende >
Populair vandaag
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
Need help
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
Salut tout le monde
2 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
How to Get Better at Solving Programming Problems
0 Votes