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
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 Voto
3 Respostas
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 Respostas
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 Voto
1 Resposta
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 Voto
3 Respostas
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 Voto
1 Resposta
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 Respostas
10th Jan 2018, 11:02 PM
21wizard
Where can I read the rules???
???
check
hello
massage
question
read
rules
sololearn
tags
title
0 Voto
2 Respostas
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 Respostas
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 Voto
5 Respostas
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 Voto
2 Respostas
18th Oct 2016, 8:27 AM
Piyush Bhatia
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
19
20
Próximo >
Quente hoje
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
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Help me please
0 Votes