Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
[CPP] Project Problem
cpp
operation
opp
overloading
1 Voto
2 Respostas
23rd Jun 2022, 9:16 PM
Areeb Qureshi
Is there another code instead of codes ( if and switch...case) and do the same operation of if and switch?
anothercode
c++
codes
0 Voto
3 Respostas
16th Nov 2016, 8:19 PM
Ehsan Yashar
I am doing the simple operation part but I why the answer would be 6.0 why not only 6 according to the question?????????????????
python
0 Voto
3 Respostas
9th Apr 2019, 8:50 AM
Santosh Verma
Programmers am stuck i don't know how this modulus operation works. I mean like if it was addition you add so what do i do??
javascript
operators
3 Votos
6 Respostas
21st May 2017, 9:22 AM
Raz
Write a program to perform arithmetic operation ( + , - , * , /) on Float numbers in c language
c
0 Voto
2 Respostas
20th Jul 2021, 9:24 AM
Sonali
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 Voto
2 Respostas
15th Jul 2023, 5:12 PM
Dareen Moughrabi
Array Operations: Minimum Number of Operations.
arrays
java
operation
problem
0 Voto
1 Resposta
27th Jul 2022, 8:25 PM
Sagar D Mudhale
in python it seems like try ,except and finally don't use break and continue operation am confus I try including but think erro
python
0 Voto
5 Respostas
16th Apr 2017, 9:08 PM
Ugwuanyi Arinze Emmanuel
How to select & vary a particular colomn alone by any arithmetic operation and to display all colomns?
sql
1 Voto
1 Resposta
12th Oct 2017, 10:35 AM
Gokulakrishnan
How to make an operation to count prime number less than 100000 base on the following given code?
c++
0 Voto
1 Resposta
3rd Mar 2017, 9:30 AM
Vince Gynesse
I have a cart page and i need to calculate items and quantity can i do this operation with java script?
html
j's
0 Voto
3 Respostas
12th Apr 2017, 7:25 PM
Krishnaprasoon K
trying to write code for a function using dollar amounts with an operation only want 2 decimal places to show on output
c#
0 Voto
4 Respostas
21st Jul 2016, 3:26 PM
Kenneth Welch
made a calculator with two inputs only how can i make more input and perform different operation in a single statement(2*3+3)
javascript
0 Voto
2 Respostas
6th Sep 2019, 7:32 PM
Lee Nard
How to create main menu in c++ that takes the value and performs the operation according to that value...
c++
0 Voto
2 Respostas
9th Jan 2018, 5:10 PM
harsh mangal
How does the "%" works? I havent learn this math operation before, can someone tell me what is this?
c#
operators
0 Voto
2 Respostas
6th Jan 2017, 1:52 PM
MOSES DYE
Can we input something in a data type other than string in Python?? I cant seem to carry out arithmetic operation on input var.
input
output
0 Voto
4 Respostas
15th Apr 2018, 5:08 PM
Prachi Pandit
What is wrong with my code
28.2
bingo
list
operation
python
0 Voto
2 Respostas
13th Jan 2022, 1:22 AM
NW1121
Why does this operation equal true even though it should have no output because its false because true + false = false?
c++
operators
0 Voto
3 Respostas
2nd Dec 2016, 4:57 AM
Talkiestcobra6
Write a function POPBOOK( ) in C++ to perform delete operation from a dynamic stack, which contains Bno and Title.
{
};
*link;
bno;
c++
char
int
node
struct
title[20];
0 Voto
1 Resposta
8th Dec 2018, 7:10 AM
Utkarsh Singh
Relational operation are used to compare two expression and the result output is presented in the form of Boolean (true or false
c++
1 Voto
2 Respostas
14th Dec 2016, 12:12 PM
Jibowu Gbenga
i want to get 2 numbers from user and do operation for him like 2*6 and when he wrote it he see 2*6=12 how i could code this ?
java
0 Voto
5 Respostas
14th Feb 2020, 1:00 PM
Mahmoud Hamed
I want perform an operation on some elements of an array, but I don't know how I can exclude some and include some.
arraylist
0 Voto
1 Resposta
30th Nov 2019, 8:16 AM
Mutiu Olagoke
When I put t[j] in the condition with v[i-1] and v[i+1] mean that I oblige them to be the same(the same number between operation
c
0 Voto
1 Resposta
29th Jan 2021, 8:02 AM
Zeineb
For each line in input.txt , write a new line in the new text file output.txt that computes the answer to some operation on a li
lists
python
0 Voto
3 Respostas
19th Feb 2017, 4:32 PM
Jurie Spies
What if I send null as one parameter and try to perform operation on it in the function like adding, then what would the function return?
functions
javascript
1 Voto
3 Respostas
16th Apr 2016, 6:50 AM
zainul abedin
In python how do we use open file operation in computer .how to create text file and how to connect to python?
python
-1 Voto
2 Respostas
16th Jun 2017, 4:27 PM
lorshan
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 Voto
1 Resposta
8th Oct 2016, 6:08 AM
Pranay Neema
Can someone please help me, I want to do a math operation with individual values in a list or tuple, how can I go about it
python
0 Voto
2 Respostas
12th Sep 2019, 12:02 PM
Lucas
a = 4 b = 7 operation = multiply print(operation(a, b)) in which operation= multiply , can we use it another like substraction
functions
0 Voto
1 Resposta
19th Sep 2019, 1:06 PM
Ahmed
[Open Discussion] Using or Not Using The Inplace Operators?
function_call
functional_programming
functions
inplace
inplaceoperators
operation
python
python3
6 Votos
2 Respostas
15th Jun 2022, 7:18 AM
Siavash Kardar Tehran
Why -4%1.5 in python shows 0.5??
errors
explain
modulus
numbers
operation
please
python
0 Voto
4 Respostas
11th Feb 2020, 4:50 PM
Sajal Chuttani
In increment and decrement operator one question is there right what is answer for that question? It's post decrement operation therefore answer should be 18 right? but it's showing as wrong when I enter 18
operators
php
4 Votos
5 Respostas
26th Aug 2016, 1:53 PM
Nagesh R Prabhu
Why do we use "==" instead of "=" to show equality in C++ codes????
c++
code
equality
equals
loops
numeric-operations
operation
0 Voto
4 Respostas
12th May 2019, 8:58 AM
Nigamananda Joshi
I want to develop a simple GUI app with drag- drop kind of operation on UI.Can i achieve this kind of requirements using Python?
generators
python
0 Voto
1 Resposta
18th Jun 2017, 3:08 AM
Praveen Vanahalli
Write a program in C++ and start with int main(). . and end with return 0 .. if we remove 0 with another number ..
c++
compile
error
function
main
operation
return
warning
6 Votos
4 Respostas
1st May 2017, 8:36 AM
P∆WAN M∆URY∆
What is the significance of this code?
c++
cin
get
io
operation
0 Voto
1 Resposta
12th Jun 2020, 8:42 AM
Prashant Pant
C operations
|=
c
help
operation
sololearn
-1 Voto
1 Resposta
30th Oct 2022, 8:38 PM
Kawtar
List Operations on String?
list
lists
operation
operations
python
python3
string
1 Voto
2 Respostas
19th Nov 2017, 9:12 PM
privrax.
sir im in university after two days my test in programing bt i im not b able to nake prgrm of arithmetic operation of 2 nmbrs ?
c++
0 Voto
1 Resposta
4th Jan 2017, 8:23 PM
kamirkhan
I can't understand this question! Please help!!!
help
lesson
list
operation
please
python
question
urgent
2 Votos
1 Resposta
7th Nov 2021, 2:42 PM
Milena
How can I choose random numbers but only from some selected numbers like 1, 2 and 3.
code
coding
java
language
max
min
number
operation
programming
random
1 Voto
4 Respostas
26th Sep 2020, 3:39 AM
Dhruvan Rai
Comparing among data type
boolean-logic
comparing
data-types
false
operation
python
true
1 Voto
1 Resposta
24th Aug 2022, 5:58 PM
Moha Riad
Can anyone please explain me object pointing methods (pointer and others) and about " ::" < these dots and CONSTANT ..??
begginer
c++
classes
help
method
objects
operation
pointers
3 Votos
1 Resposta
4th Feb 2018, 12:51 PM
Anmol Batra
Почему после этой простой операции с числами типа float я получаю не 0, а 1.19е-007?
c++
float
number
operation
question
simply
type
-1 Voto
1 Resposta
6th Feb 2018, 2:54 PM
Mozzherin Roman
Why does this return False? Python
boolean
boolean-logic
false
operation
operator-precedence
operators
python
python3
true
0 Voto
1 Resposta
27th May 2020, 7:36 PM
Pame
How to become expert in java?
android
application
arraylist
development
java
operation
programming
services
strings
0 Voto
2 Respostas
2nd Dec 2018, 6:12 AM
Hunny Arora
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
5
6
Próximo >
Quente hoje
Sticky position
2 Votes
Help please?
3 Votes
What will be the output of the following python code snippet?
1 Votes
How to get better with problem-solving and programming
1 Votes
Hi Friends , how to compile a java code on android.
3 Votes
How do I open a terminal for python
0 Votes
Online voting system
2 Votes
Game development
0 Votes
Ruby programming?
3 Votes
SQL practice
2 Votes