Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
I have developed a currency converter code in C where if we enter a value the output shows all the values of different currencies. How to do the same in Java ???
java
0 Votos
3 Respuestas
16th Mar 2017, 3:02 AM
Krishna Shashank
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 Respuestas
29th Oct 2016, 7:28 AM
mirza arslan
Using C++ i need to do a project on either graphics , database ,network topology so kind off suggest meh. What should i do ???
c++
0 Votos
1 Respuesta
26th Jan 2018, 12:43 PM
prajay Ghimire
why this output is 339 ??? #include<iostream> using namespace std; int x(int &a,int &b) { a=1; b=3; return a*b; } int main() { int a=3; int b=4; int c=x(b,b); cout<<a<<b<<c; }
c++
0 Votos
3 Respuestas
1st Sep 2016, 4:36 AM
Lekhraj Singh
When i click on a link which is on the home page i want it to display on the home page ...how can i do that ???
css
html
0 Votos
1 Respuesta
6th Jun 2019, 5:40 PM
Haile
how to make words clickable on the same tab on your webpage like if u go on a website and there is a list of things tochoose ???
css
html
javascript
-1 Voto
2 Respuestas
10th Jan 2018, 11:02 PM
21wizard
Where can I read the rules???
???
check
hello
massage
question
read
rules
sololearn
tags
title
0 Votos
2 Respuestas
24th Mar 2019, 1:53 PM
Maksim Targanov
why not this program output 7 and why it shows compiler error ??? #include<iostream> using namespace std; class a{ public: int f(){cout<<3;} int f(int a){cout<<a;} }; class b:public a { public: int f(){cout<<5;} }; int main() { b obj; obj.f(7); }
c++
1 Voto
3 Respuestas
1st Sep 2016, 9:22 AM
Lekhraj Singh
var a=66; var b=a % 4; var c=b % a; document.write(c); ans is 2 how ??? i thought ans is zero coz b value is 2 and go to nxt step c=b%a 2%66 there is no reminder it will divide completely without reminder so ans is zero plz explain me clearly guyz 😇😶
javascript
objects
0 Votos
5 Respuestas
19th Feb 2017, 4:52 PM
Mo D'souza
Python provides an inbuilt function 'print' which h automatically generates a line break when it is called, then how can we generate a pattern as : 1 2 2 3 3 3 4 4 4 4 and so on.. using while loop ???
python
0 Votos
2 Respuestas
18th Oct 2016, 8:27 AM
Piyush Bhatia
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
19
20
Siguiente >
En tendencia hoy
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Please rate my code from 1 to 10
2 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes