Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
In C. what is Arrey and what Inst mean [ ] ?
c
-2 голосов
3 ответов
14th Jul 2021, 6:46 AM
Mayank Futane
[Off topic ] the patym and money earning apps are really helpful and true?
don'tjoke
offtopic
saytruth
2 голосов
2 ответов
29th Apr 2018, 8:53 AM
Google👦✌
void ( * ( * f [ ] ) ( ) ) ( ) mean???
c++
1 голос
4 ответов
27th May 2018, 1:07 PM
Maleeha Khalid
[ CHALLENGE ] Buy a better calculator... or try to make the best use of this one
algorythms
anylanguage
c
c++
challenge
java
kotlin
python
9 голосов
3 ответов
3rd Mar 2018, 11:49 AM
MARTA
What is the meaning of the number inside [ ] in a statement such as char a[10];
c
0 голосов
5 ответов
23rd Dec 2021, 4:06 PM
A G
what is operators [ + - × ÷ % ^ ~ ] precedence in Python?
operator-precedence
operators
python
1 голос
5 ответов
13th Jul 2016, 3:14 AM
Suraj Bobade
Why sololearn editor is not user friendly.. if we put more than one user input in code then it create's problem..😶 [ SOLVED ]
editor
problem
python
sololearn
1 голос
14 ответов
17th Jan 2022, 11:22 AM
𝑺𝑯𝑼𝑩𝑯𝑨𝑴 𝑹𝑨𝑱
Anyone who programming android can say good language for programming android [ just name ] ;-)
android
1 голос
6 ответов
1st Jan 2018, 6:54 PM
Sina Orojlo
What is the output of this code? int array[ ][ ] = {{3, 5, 8}, {7, 54, 1, 12, 4}}; System.out.println(array[0][2]);
arrays
java
-2 голосов
8 ответов
16th Jul 2017, 12:08 PM
Himanshu Patel
Find The Sum of Uncommon Numbers Given two integer arrays input1[ ] and input2[], extract the numbers which are present only in
c
c++
python
python3
-8 голосов
6 ответов
13th Sep 2021, 2:07 PM
Tøxïç Skíñfíé 😈
class MyClass { public static void main(String[ ] args) { System.out.println("Hello World"); } }
i
-1 голос
3 ответов
23rd Jan 2021, 1:25 PM
Harsh Verma
public class Hello World { public static void main(String [ ] args ) } { System.out.println ("Hello World");
help
2 голосов
8 ответов
21st Jan 2018, 5:15 PM
PRASHANT Mishra
[ Interview Question ] How to remove duplicate numbers and sort those numbers from a range of input numbers?
loops
number
numeric-operations
python
python3
1 голос
4 ответов
22nd Jul 2021, 7:26 AM
Sagar S
On that activity circle, what influences the contributer and influencer sections ¿ [ Solved ]
sololearn
0 голосов
2 ответов
3rd Jun 2023, 6:40 AM
Cool-Coder
[ URGENT ] is their any way to make a java or android app on android device ...???
android
java
0 голосов
9 ответов
11th Jul 2016, 8:32 AM
sagar pimpalgaonkar
[ General Question ] How much can we trust social apps for our privacy and security protection ?
general
2 голосов
3 ответов
13th Jan 2021, 5:09 PM
**🇦🇪|🇦🇪**
What can I fill here class MyClass { public static void main(String[ ] args) { System.out.println("Hello World");
java
2 голосов
5 ответов
14th Jan 2018, 4:21 PM
Sharoj yadav
What output results from this code? public static void main(String[ ] args) { doSomething(4); } static void doSomething(int
java
methods
-2 голосов
7 ответов
30th Jan 2017, 10:27 PM
Yohanna Ezra
Any one can save this problem. I want output like [ [1,2] [3,5] ] , https://code.sololearn.com/c42C2c3hRp42/?ref=app
even
number
odd
payton
problem
1 голос
2 ответов
29th Feb 2020, 4:13 PM
Jimmy
[ Done ] case 0: what is the most efficient way of fitting the canvas to mobile screen? please Share me your personal experience
canvas
fit
innerheight
innerwidth
mobile
window
4 голосов
14 ответов
8th Apr 2022, 12:00 PM
NonStop CODING
How to call functions from inside of other functions ??? [ bit detailed ]
arrays
c++
code
functions
1 голос
2 ответов
16th Jan 2017, 7:34 PM
Siddharth Naithani
How do i do this question. Fill in the blancks to create a list, reassign the 2 ellment and print the whole list. nums = [33, 42, 56] nums = [ ] =22 print ( )
python
-3 голосов
8 ответов
20th Jul 2016, 3:41 PM
Ethan
Who can say what it means? Int[ ][ ] A = new int [ 10][ ];
c#
0 голосов
3 ответов
24th Sep 2018, 10:30 AM
Tigran Agajanyan
"public static void main(String[ ] args)"for what we are using string[] args..what they perform in program?
variables
0 голосов
3 ответов
4th Jun 2018, 3:52 PM
Sridhar
How to take the 3 input of user, (number [ double ] ) and display the greatest number in java?
tag
0 голосов
6 ответов
21st Nov 2019, 12:28 PM
Reya Patriarca
[solved ] Please need your help .The following problem in the community section is displaying that there is a bug in my code .
bug
c++
community
cpp
doubt
help
1 голос
3 ответов
18th Dec 2020, 11:51 AM
Genio Cerveaus
n='user value',c=[ ] for i in range(n): print("Enter Column No ",i,": ") c[i]=int(input()) , it keeps giving index error
input
loops
print
python
0 голосов
5 ответов
14th Sep 2021, 3:02 AM
Farzam Baig
[ SUGGESTION ] hello peers I have an suggestion regarding the quiz factory to embed the codeplayground with quiz factory
factory
lesson
quiz
suggestions
4 голосов
2 ответов
1st Jul 2018, 10:07 AM
MsJ
import java.util.Scanner; class MyClass { public static void main(String[ ] args) { Scanner myVar = new Scanner(System.in); System.out.println(myVar.nextLine()); } }
input
java
0 голосов
6 ответов
12th Oct 2016, 6:53 AM
Javed
Why do we not write slashes right before the closing[ > ] of some self closing tags?
css
html
-1 голос
3 ответов
10th Jun 2019, 7:31 AM
Mousin Ahanger
public class Program { public static void main(String[] args) { int [ ] myArr = {6, 42, 3, 7}; int sum=0;
arrays
1 голос
8 ответов
16th Mar 2018, 3:48 PM
Devansh Gupta
Whats the difference between "public static void main()" and 'public static void main(String [ ] args)"??
java
javascript
0 голосов
2 ответов
28th Jan 2019, 4:38 PM
Jyothish Krishna
Does all the java code have to be within public static void main(String[ ] args) { )
java
main
method
0 голосов
2 ответов
12th Jun 2019, 9:45 PM
Shaurya Sen
int[ ][ ] myArr = { {1, 2, 3}, {4}, {5, 6, 7} }; myArr[0][2] = 42; int x = myArr[1][0]; // 4
arrays
java
2 голосов
9 ответов
5th Jul 2017, 12:49 PM
Sheevika
How to check using regular expression that atleast two different character from [ . ] is present in my string ?
java
regular-expressions
0 голосов
5 ответов
20th May 2021, 6:52 AM
Mr.Curious
i= int(input('Give me number!')) x = i + 10 nums=[ ] while i <= x: nums.append(i) i += 1 print(nums) Pls.e
python3
1 голос
4 ответов
24th Oct 2020, 2:04 AM
Sushil Mundhra
Can I make interactive games [not like tic tac toe ] after mastering the course of c++ from sololearn ?
c+
1 голос
3 ответов
24th Dec 2021, 6:04 PM
Jacob Trance
Guys is there a way to do something like this (Java) String[ ] myNames ; myNames[] = { "A", "B", "C", "D"};
c++
java
1 голос
6 ответов
7th Jan 2019, 2:19 AM
BALA KUMARAN J
What is the output of print list1 + list2, if list1 = [ 'abcd', 786 , 2.23, 'john', 70.2 ] and ist2 = [123, 'john']?
codeplayground
python3
5 голосов
2 ответов
18th Jul 2019, 12:52 PM
Ashish Yadav
public class Program { public static void main(String[] args) { int[ ] intArr = new int[5]; int[5]={1,2,3};
java
0 голосов
2 ответов
26th Jun 2017, 7:09 PM
gobiga rani
public class Program { public static void main(String[] args) { int[ ][ ] sample = { {1, 2, 3}, {4, 5, 6} };
diy
0 голосов
6 ответов
16th Jul 2020, 10:26 AM
Saurav Menon
[Solved]Why am I seeing the earlier inputted data When I reload the page ? [You cannot see it here though ]
form
handling
php
0 голосов
3 ответов
13th Sep 2020, 3:19 AM
Hima
What is the output of this code? int[ ] arr = {8, 2, 6}; int y=0; foreach (int x in arr) { y+=x/2; } Console.Write(y);
arrays
c#
0 голосов
8 ответов
17th Nov 2016, 7:21 PM
Avishek Mukherjee
Please explain different () and [ ] and {} in PHP ? (i want answer not a link)
php
1 голос
2 ответов
19th Aug 2017, 4:27 PM
Sarifudin Z
I've used [classlist-add( ) ] but in another browser not allowed me to use which one it allowed for all browsers?
javascript
property
0 голосов
3 ответов
9th Feb 2020, 10:40 AM
Minah
What is the diference bewteen ( ) and [ ]. For example: in a list. Python 3
(
)
[
]
lists
python3
1 голос
2 ответов
2nd Feb 2020, 2:33 PM
Mr.Wolf
public class Program { public static void main(String[] args) { int[ ][ ] sample = { {1, 2, 3}, {4, 5, 6} };
arrays
java
2 голосов
5 ответов
25th Oct 2017, 11:56 AM
Hasrat Wadsariya
public class Program { public static void main(String[] args) { String[ ] myNames = newstring[5]; mystring[]={ "A", "B", "C", "D"}; System.out.println(myNames[2]); } }
arrays
java
1 голос
6 ответов
15th Oct 2016, 12:17 AM
Pragathi M D
Web development 🔛 Web Masters 🔜 TOEFL✅ 🔜USA✅ <| TOEFL [Teaching Of English As A Foreign Language ] |>
communication
development
dreamjob
english
exam
friends
toefl
usa
web
2 голосов
1 ответ
18th Mar 2018, 2:03 PM
Sadiqov Lətif
Pblic class program { Public static void main .string[ ] args ){ for( x=1 ; x<=100 ; x++ ){ if( x%3=0 && x%4=0)
int
3 голосов
3 ответов
17th Feb 2018, 12:58 AM
YASH RAJ
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
5
6
7
Следующий >
Актуальное сегодня
SQL
3 Votes
HTML/CSS questions
0 Votes
IMAGE
0 Votes
Html
1 Votes
How can I continue with my goal if I lost all my lives?
0 Votes
How to learn css and html
0 Votes
Find courses
0 Votes
Certificate Problem
0 Votes
member initializer list : order of evaluation
0 Votes
Why rare programming languages disappeared in sololearn?
1 Votes