Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
If we create new class which has a instance variable int a, without access modified, then what will the access level of int x be
java
0 Votes
1 Answer
28th Sep 2022, 11:50 AM
Oliver Pasaribu
I know this is very basic. But I am confused when and where exactly we use the >>> symbol. Just running using print function would do for a basic code right?
python
0 Votes
4 Answers
31st Jul 2016, 1:31 AM
Navaneeth Soori
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 Votes
5 Answers
26th Sep 2016, 11:34 AM
riyas
What is the purpose of Nullable types in C#? Can we just assign a value of 0 instead of using null?
beginner
c#
nullable
problem
type
0 Votes
1 Answer
1st Aug 2017, 4:56 PM
Gerald Taccad Cauilan
After assigning value to the variable. Why dont we use the double inverted commas ( " ") in the cout function
c++
variables
0 Votes
1 Answer
25th Feb 2017, 3:09 PM
RAHUL PATIDAR
In the code in the description, if we input the value -27 how does the program print that it is odd??
elif
if-statements
python
0 Votes
1 Answer
13th Sep 2016, 8:52 PM
--_--
If we use the command to order the first coloumn to order it alphabetically. Then, will the other coloumns be affected?
are
even.
help.
helping
is
not
now
pls.
provide
query
question
sql
tags
this
to
use
what
0 Votes
1 Answer
15th Oct 2017, 3:53 PM
Jayash Pandey
What is the use of local and external parameters? and what if we want to print \() with something inside it?
swift
1 Vote
1 Answer
4th Sep 2016, 6:24 AM
Ruchi Gupta
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 Votes
1 Answer
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 Votes
1 Answer
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 Votes
1 Answer
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 Vote
1 Answer
15th Aug 2016, 10:55 AM
Rupam Das
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 Vote
2 Answers
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 Vote
2 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
1 Answer
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 Votes
2 Answers
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 Votes
3 Answers
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 Votes
2 Answers
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 Votes
1 Answer
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 Votes
3 Answers
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 Votes
2 Answers
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 Votes
1 Answer
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
1 Answer
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 Votes
1 Answer
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
1 Answer
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 Votes
3 Answers
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 Votes
3 Answers
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 Votes
1 Answer
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Vote
1 Answer
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 Votes
1 Answer
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 Votes
1 Answer
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 Vote
1 Answer
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 Votes
1 Answer
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 Votes
1 Answer
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 Votes
1 Answer
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 Vote
2 Answers
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 Votes
1 Answer
1st Nov 2016, 9:31 AM
Hari Haran
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
194
195
196
197
Next >
Hot today
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
Why text takes time to load
1 Votes
What is late happening in late binding
1 Votes
Digital currency
1 Votes
Did You resolve Calculating The Discount?
0 Votes
I had an issue, I have PRO version, but not unlimited lives.
1 Votes
Why my code closes when i choose a border and submit?
0 Votes