Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Why this code output was null character in encrypted & decrypted message place?
c++
character
null
operations
string
14 Voti
5 Risposte
24th Jul 2020, 7:58 AM
Azhagesanヾ(✿)
Write a program that accepts four numbers (any numbers) from a user, and apply the basic arithmetic operations such as Addition,
comments
0 Voti
2 Risposte
28th Oct 2021, 8:16 PM
Jessamae Kimar
Can you help me to make the results of the operations appear in the part where I print the text on the screen
:(
0 Voti
2 Risposte
12th Jul 2019, 5:16 AM
Sebastian
Are python codes not separated by a semicolon?
operations
python
simple
0 Voti
1 Risposta
5th Mar 2021, 5:46 AM
Spottykay David
How can i link button in html form with java or java script to perform arithmetic operations
classes
forms
html
java
javascript
1 Voto
1 Risposta
24th Mar 2017, 6:19 AM
Praveen Krishna
I wrote this code to perform basic mathematical operations but it does not work in the best way. Are there suggestions to solve
python
python3
3 Voti
4 Risposte
7th Jan 2018, 7:58 PM
Rogaia Ibrahim
In python, to shorten assignments like this, a=a+b we use a+=b right? (assuming the variables a & b are pre-defined)
assign
operations
python
0 Voti
3 Risposte
31st Aug 2018, 10:17 AM
Eyob G. Hagos
Write a C++ program to do banking operations like deposit, withdraw, and loan using do..while and without using classes
c++
0 Voti
1 Risposta
4th Aug 2018, 9:23 AM
Iniyan Venkatesan
I got this unwanted message
java
operations
unchecked
unsafe
0 Voti
6 Risposte
21st Aug 2020, 6:20 PM
stephen haokip
How do I get one output at a time in python, for example, in normal arithmetic operations 6 + 3 = 9 and 11 + 22 = 33
calculator
output
python
python3
2 Voti
4 Risposte
31st Dec 2020, 3:11 PM
OMARI FATIMA ZAHRA
As a beginner, I tried to build an arithmetic operations on cpp but it's showing me an error, please help me debug
<tags>
0 Voti
3 Risposte
27th May 2019, 1:18 PM
Usman Muhammad Usman Biriri
Find a element in an array of size 'n' in not more than n/2 operations using linear search algorithm
c++
code
java
python
0 Voti
1 Risposta
26th Mar 2020, 10:55 AM
Manan Bedi
How to make simple arithmetic calculator?
calculator
operations
simple
0 Voti
1 Risposta
18th Dec 2020, 5:52 AM
Explorer
Is there any way such that the words inside can be determined without using ,(comma) and separating them all with "(double quote
lists
operations
python
string
2 Voti
4 Risposte
1st Oct 2018, 1:11 AM
partha
How to perform mathematical operations on number represented as string in c++? How do I store number larger than c++ numerical?
</h1>
<h1>
0 Voti
3 Risposte
10th May 2021, 12:37 AM
BlackChar
take the input and reassign the element in the index to x, then print the list
list
operations
python
0 Voti
2 Risposte
1st Feb 2021, 10:40 PM
Shane Bentley
Implementation of the Stack ADT using Singly Linked List and the Time Complexity Analysis of the Push and Pop Operations In thi
c++
-1 Voto
3 Risposte
14th Jun 2020, 9:48 PM
Senanu Sogbaka
How to input a list that contains integer numbers on which arithmetic operations such as +,*,-,/ can be performed.
input
python
0 Voti
2 Risposte
30th Jul 2016, 2:20 PM
Karthick M
WAP in C to illustrate relational operators by reading two input values and performing the operations on them.with formatting??
challenge
0 Voti
1 Risposta
10th Jul 2018, 3:34 PM
K Kaushik
Can you have multiple methods to perform on one operation?
methods
operations
statements
0 Voti
1 Risposta
26th Dec 2020, 6:56 PM
Dr.Tevvy Beats
Please, I want to know if operations can be carried out on the <script> tag using jQuery's DOM traversal methods
<script>
0 Voti
1 Risposta
6th Apr 2020, 9:01 AM
Patrick Ikechukwu (iykey)
Where === and !== operators are used???
comparisonoperators
javascript
operations
operators
3 Voti
4 Risposte
21st Apr 2017, 8:22 PM
Sandip Bhambre (Sandy)
Whats the problem here in writing into a file?
c++
file
operations
0 Voti
1 Risposta
17th Jun 2020, 12:30 PM
Mustafa K.
How to use jdbc to connect to oracle database and java program and perform crud operations from the java program during run time
java
sql
1 Voto
1 Risposta
1st Oct 2020, 2:29 PM
yuvan bajjurla
I would like to ask for a way to improve the second code I wrote while still using the xor operation for it.
bits
cpp
operations
xor
0 Voti
2 Risposte
15th Jul 2023, 5:12 PM
Dareen Moughrabi
How to do real Calculational Operations using SoloLearn compiler? Check my #java code example below and the Output in comments:
c++
java
1 Voto
1 Risposta
8th Jun 2017, 9:08 PM
Bilal Muhammed
Como puedo hacer este codigo
operations
python
simple
0 Voti
1 Risposta
5th Nov 2021, 9:49 PM
Elvis HC
Do you have to print(7 - 3 + 5) to get the problem to register?
operations
python
simpler
0 Voti
2 Risposte
6th May 2017, 10:51 PM
Dalton Landrum
I want an explain to this labeling code
list
operations
python
python3
v
3 Voti
4 Risposte
31st Dec 2020, 7:27 PM
XLK
I am having trouble with the % symbol in python can anyone help with these functions .not the greatest at math I suppose
functions
math
operations
order
python
1 Voto
9 Risposte
29th May 2017, 5:59 AM
john elifrits
Is there a way to make a calculator in python that can calculate trigonometric functions?
calculator
operations
python
trigonometry
0 Voti
3 Risposte
23rd Apr 2021, 8:08 PM
Ava
Python 3 I type >>>4/2 in sololearn code playground and get 'No output.' instead of 2.0 what am doing wrong?
3
operations
python
simple
1 Voto
2 Risposte
13th Dec 2018, 2:45 PM
David Park
How to loop a certain section if input is invalid.
android
input
invalid
loops
operations
python3
2 Voti
3 Risposte
2nd Jan 2019, 8:31 PM
Carson Curry
How to make a program in java in which you can input 3 variables/3 numbers and input all the operations that'll serve as calcu?
java
operators
1 Voto
2 Risposte
1st Jul 2017, 12:58 PM
Michael Gilbert Acuña
How do I fix this code ?
arithmetic
c
center
help
operations
4 Voti
2 Risposte
17th Mar 2020, 9:27 AM
Coolbuoy
Why is the output?
expressions
java
math
operations
precedence
0 Voti
5 Risposte
18th Jan 2019, 3:41 AM
Sami
Increments Operator Precedence
—
++
decrement
increment
operations
operator
order
precedence
4 Voti
6 Risposte
12th Oct 2018, 8:29 PM
Roger Wang
What is scipy operations.
c++
css
operations
python
python3
scipy
sololearn
5 Voti
2 Risposte
8th May 2018, 4:13 PM
Maninder $ingh
Is the conclusion to this code correct?
array
cpp
operations
pointers
0 Voti
1 Risposta
17th Sep 2020, 1:35 PM
Aayu
How to add comment in python
comment
operations
python
simple
-3 Voti
2 Risposte
23rd Jun 2021, 10:48 AM
Laraib Rayeen
The data type defines the proper use of an identifier, what kind of data can be stored, and which types of operations can be per
c++
data-types
0 Voti
1 Risposta
13th Sep 2018, 12:35 PM
Shreyas Chimote
Line spacing in output
beginner
error
operations
print
python
space
2 Voti
2 Risposte
9th Nov 2018, 1:41 PM
Lily Ofori-Amanfo
Why do I need to give print command for mathematical operations?
backend
code
operations
python
0 Voti
2 Risposte
23rd Mar 2017, 11:30 AM
Dex
can we say enum are just acts like set of similar things or data type ?? can we perform set operations like union and intersection through enums ???
enums
java
1 Voto
2 Risposte
29th Oct 2016, 7:28 AM
mirza arslan
Is there more encouraged ways to perform XOR operation?
!=
boolean
comparison
dumb_hippo_is_here_again
java
logical
operations
python
xor
2 Voti
9 Risposte
1st Jan 2020, 5:16 PM
Seb TheS
Recursive functions or loop operators, which is faster or memory saving or both?
c++
functions
loops
memory_efficiency
operations
recursive
speed.
0 Voti
7 Risposte
1st Mar 2019, 4:13 PM
Emrys
How to make my code work
converter
help
java
of
operations
order
temp
1 Voto
3 Risposte
15th Feb 2019, 11:10 PM
Kitchen Table
Compiler error CS0563, Overload Operation+ (c#)
c#
compiler
cs0563
error
fix
how
operation+
operations
overload
to
0 Voti
1 Risposta
7th Mar 2022, 11:53 AM
Nasibullo Khalilov
Can anyone explain me "Quotient & Remainder"? (Python)
&
basic
concepts
numerical
operations
other
phyton
quotient
remainder
1 Voto
1 Risposta
15th Jul 2019, 4:24 PM
Achs
Fai una domanda
Fai una domanda
< Precedente
1
...
5
6
Successivo >
Popolare oggi
Where is the bug?
3 Votes
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
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?
0 Votes
How to add two strings together in ts or css
1 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
2 cases not correct what's the problem
1 Votes
Drawing images in java
2 Votes