Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Hello, how do you do the simple calculator task using the input ()
beginner
-1 Voto
5 Respuestas
28th Nov 2021, 9:29 AM
Keith
Pls,when u (strong)(/strong) what would be in this remaing brackets () (/)
formatting
1 Voto
5 Respuestas
2nd Jan 2018, 1:46 AM
Richard
What is the difference between int main () and void main()?
c++
1 Voto
3 Respuestas
31st Jul 2016, 3:33 AM
Nikhil
How does this work int main () { cout << main} output 1
c++
cout
main
3 Votos
6 Respuestas
12th Aug 2017, 3:45 AM
HJ🐓TDM
What is the name of this ' () ' in C++ ?
()
c++
1 Voto
2 Respuestas
18th Jul 2021, 11:32 AM
K S Mirthun
What is the reason for not removing an element using the elem.remove () method; ?
html
javascript
jquery
svg
6 Votos
3 Respuestas
22nd Jun 2019, 3:53 PM
Michail Getmanskiy
How can I use background-image: linear-gradient(); on a background-image:url () in css
background-image:
css
html
linear-gradient();
0 Votos
3 Respuestas
10th Jun 2019, 11:10 PM
Andreas Ioannou
please why is there no ; function after int main () ??
c++
cout
0 Votos
3 Respuestas
16th Oct 2018, 9:26 PM
olaoluwa
What is the difference between void main () and int main??
int
main
void
-1 Voto
4 Respuestas
17th Mar 2018, 1:21 PM
Anand Mishra
#include <iostream> using namespace std; int main () { int op,units,pay; cout<<"\n erter youer units\n"; cin>>units
c++
2 Votos
8 Respuestas
23rd Jul 2018, 3:49 PM
Mohamed Azeem
main () method is an user defined or system defined method?
main
0 Votos
2 Respuestas
16th Jul 2018, 12:42 PM
VISHAL MATE
Create a function called ''test'' belonging to a class called ''demo''._::_ () { }
c++
classes
0 Votos
7 Respuestas
17th Jun 2017, 7:49 AM
keerthana unnikrishnan
Why the fault is :invalid literal for int () with base 10
python
type-conversion
2 Votos
3 Respuestas
17th Sep 2017, 3:19 AM
Otes Urop
What is the diference beetwen an array with () or with [ ]?
arrays
beginner
javascript
0 Votos
3 Respuestas
20th Sep 2021, 12:01 PM
leandro bandres
Error redefinition of int main () but i use one main function ?!
c++
0 Votos
6 Respuestas
22nd Aug 2017, 2:32 PM
Ahmed Mahmoud
Qus:-How to stop a thread in java? Explain about sleep () method in a thread?
advance
c
java
php
spring
6 Votos
4 Respuestas
19th May 2019, 9:52 AM
Deepika Mourya
J.S + CSS help: How to set .style.filter = somefilter () to input.value
.value
css
help
html
input
javascript
picture-editor
1 Voto
4 Respuestas
26th Jun 2019, 10:33 PM
Ginfio
What is the purpose of using int main () in c++
()
int
main
0 Votos
2 Respuestas
7th Jan 2019, 9:40 AM
Ravi Henry
Yo Guyz I forgot how to use the setintervals () function in JavaScript help me
explnation
javascript
syntax
-1 Voto
13 Respuestas
9th Jul 2017, 9:24 AM
Ishaq Za'rour
why do we put () in int** a = new int*[n]()
conceptual
doubt
1 Voto
1 Respuesta
13th Jul 2019, 9:14 AM
Snigdh
Can we enter 2 integer number (x and y) in one Console.Read () .
c#
2 Votos
5 Respuestas
31st Aug 2018, 6:43 AM
Nelly Gevorgyan
Why self argument is not passed , when we used super () method
inheritance
oops
python3
super()
0 Votos
3 Respuestas
17th Aug 2019, 8:27 AM
Sagar Hiremath
const sebuahObject = { fungsi: () => { console.log('Hai Dunia Kucing!!') } }
javascript
0 Votos
3 Respuestas
15th Jun 2020, 8:36 PM
Febriantika Triarini
Why every time i type System.out.printIn () it says i have typed it wrong?
java
2 Votos
6 Respuestas
26th Jul 2017, 10:30 AM
Mihail
How do I add a variable value into the () of a document.write function?
javascript
4 Votos
4 Respuestas
6th May 2017, 6:37 PM
Ben Galbraith
Why does int main have () instead of the semi colon?
c++
0 Votos
2 Respuestas
18th Mar 2018, 5:49 PM
Mr. Pr○grammer
Do I have to use JSON. parse () when I am accessing data from an api using ajax(jQuery)?
ajax
api
json
8 Votos
4 Respuestas
2nd Jul 2018, 1:07 PM
Jenny
Is scanf () function automatically allocate space for null terminator like fgets()? In C
null
terminator
3 Votos
1 Respuesta
14th Oct 2020, 6:24 AM
Yogeshwaran P
How i can write power base code without using pow () function in c
c
0 Votos
2 Respuestas
26th Aug 2022, 4:57 PM
Aadesh Walhe
what causes [-fpermissive] error in c++ in an example like Customer::Customer () {
c++
3 Votos
2 Respuestas
23rd Sep 2017, 11:10 AM
Captain Salem
Can we use void main () .... instead of int main ().
c++
0 Votos
3 Respuestas
30th Jul 2017, 6:39 AM
DEEPENDU PANDIT
When to use 1 int main() 2 void main() 3 main ()
c#
0 Votos
3 Respuestas
3rd Oct 2016, 9:52 AM
Raj shah
function ejecutar If not login () console.log("usuario invalido") return console.log ("que desea hacer")
help
mu
0 Votos
2 Respuestas
6th May 2020, 8:31 PM
Daniel Esteban Rocha Ramirez
DECLARE SUB Result () CALL Result END SUB. Result () N=5 C=1 WHILE C <=5 PRINT N N=N*10+5 C=C+1 WEND END output of the given.
c
-4 Votos
3 Respuestas
29th Apr 2022, 3:26 PM
Jonny Jiwan
What's the difference between window.alert() function and the alert () function in javascript.?
javascript
web
0 Votos
4 Respuestas
16th Dec 2017, 4:16 PM
Damilola Daramola
I wrote this jquery code to scroll down to a particular section but is not working using anchor tag as the button to click
()
$
2 Votos
1 Respuesta
27th Aug 2018, 1:32 PM
Alao Abiodun
How to pick a Session () start name with the selection tag???
html5
php
0 Votos
2 Respuestas
15th Apr 2018, 8:31 PM
WizRick
In C /C++, why is the main () function popularly called as the driver function?
c
c++
functions
main
4 Votos
1 Respuesta
24th Apr 2022, 8:56 AM
Ayush Pandey
Explain me this code please. Why in case of string sizeof () is giving wrong answer?
c++
chararray
string
1 Voto
6 Respuestas
15th Sep 2018, 11:39 AM
Maleeha Khalid
what is the difference between include?() and cover? () in ruby.. please
cover
functions
include
0 Votos
1 Respuesta
16th Nov 2018, 3:30 AM
Ali Abdullah Amrah
Needs help, fill in the blank to turn the string uppercase? a="Spam" b =a. ()
python
strings
0 Votos
2 Respuestas
30th Jan 2017, 1:03 AM
Joyx Kish
Why in 2d array itialization when we use this brackets () we don't have error?
c++
1 Voto
3 Respuestas
27th Jul 2020, 10:32 PM
Aya Khalid
C++ special bracket usage question
()
<<
0 Votos
1 Respuesta
27th Jul 2020, 5:24 AM
Solus
What is difference between ::: for i in range (). Or for i in ()
3
python
1 Voto
3 Respuestas
29th Sep 2020, 3:03 PM
Mandrine
Can a class be made without having main () in it ?
class
java
main()
0 Votos
2 Respuestas
28th Nov 2016, 6:17 PM
Ravindra
Why the functions like drawBox() & pickRandom () do not work in the code playground of js??
js
1 Voto
5 Respuestas
17th Jul 2020, 4:23 AM
Am_ruta
What is the difference between function name() & let name = function () ?
development
es6
javascript
web
0 Votos
2 Respuestas
11th Sep 2020, 7:44 PM
Arghya Ray
Hi , this is teja.. Do we can use void main () in C++??
c++
1 Voto
3 Respuestas
19th Jun 2017, 12:56 PM
dharma
#include <stdio.h> int main () { char s1[20]="java"; printf ("progming = %s",s1); printf ("\nprogming=%s",strrev(s1)); retur
include<stdio.h>int
ma
-1 Voto
5 Respuestas
10th May 2021, 3:35 AM
Deep patel
Is there any case that allowed you to write the main function only. Ex: main ()
c
1 Voto
3 Respuestas
7th Jun 2019, 4:37 AM
Ahmed Zakree
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
3
4
5
6
Siguiente >
En tendencia hoy
Java IDE for building a game.
0 Votes
a phone or a laptop
0 Votes
Best programming languages to get a job fast ?
0 Votes
Where is code bit
0 Votes
How to make a selection on a calculator in Python
0 Votes
Conducción de calor o Q=−kAdTdxQ = -k A \frac{dT}{dx}Q=−kAdxdT o Pared 2 m², espesor 0.1 m, k = 50 W/m°C, ΔT = 30°C → Q ≈ 30,0
0 Votes
Certificates
0 Votes
Regarding platform
1 Votes
Inquiry for img code
0 Votes