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
Gets puts
c
in
input
output
1 Voto
2 Respostas
20th Jul 2020, 12:05 PM
Usha Sri
puts ( 8 + 4 ) * 6 or puts 4!=4
quizzes
ruby
11 Votos
17 Respostas
4th Jun 2017, 11:32 AM
Ishwarya Manikandan
fputs & puts
c
string
0 Voto
1 Resposta
3rd Mar 2020, 2:41 PM
Alma Moon
Had c++ puts statement
c++
1 Voto
2 Respostas
15th Dec 2017, 2:53 PM
Yash Chaudhary
puts "Enter your age"" age=gets.to._i case age when age<18 puts "small baby" when age>=18 puts "big guy" end..
ruby
0 Voto
2 Respostas
16th Sep 2018, 9:52 PM
Lord Mystic
Ruby puts and p
p
puts
ruby
1 Voto
1 Resposta
22nd Nov 2021, 1:16 AM
Sigitas Janušauskas
Why puts cant work here
c
c++
getchar
gets
input
output
pointers
puts
0 Voto
4 Respostas
19th May 2019, 3:09 PM
Dzondzula
Hello world without any puts
challenge
0 Voto
6 Respostas
4th Dec 2017, 5:56 AM
Vlad Kuz
a=8, a/=3, puts 4%a =0?? Why
operators
ruby
1 Voto
9 Respostas
18th Nov 2016, 4:30 PM
ivan
for i in (1..10) puts i x=0 x+=i puts x end #can anyone explain the output here
loops
ruby
1 Voto
6 Respostas
11th Sep 2017, 1:45 PM
Abeer Mahmood
Which methods puts a set collection order
swift
2 Votos
2 Respostas
29th Apr 2019, 2:25 PM
Niraj Verma
In Ruby, Output of puts 07 is 7. But output of puts 08 is error. Why?
puts
ruby
2 Votos
2 Respostas
17th Sep 2017, 1:22 PM
Uttam
Difference between puts and print in ruby?
variables
1 Voto
4 Respostas
12th Mar 2018, 3:44 AM
chinmay ghatpande
Does puts and print work same?
ruby
0 Voto
2 Respostas
22nd Aug 2017, 4:23 PM
kuldeep
Code "david"is giving no out puts what is the matter😦
java
variables
2 Votos
12 Respostas
20th May 2018, 12:22 PM
harsh jha
Why can't i directly print nil with puts or print?
nil
print
puts
ruby
5 Votos
6 Respostas
25th Oct 2018, 5:55 AM
Lord Krishna
What the difference between printf and puts in C?
c
functions
print
program
0 Voto
3 Respostas
7th Oct 2018, 10:00 AM
Hasibur Rahman
x = ''Y'' puts ''x'' [output: y] But Why?
rb
ruby
simplecoding
0 Voto
2 Respostas
24th Mar 2019, 12:46 AM
seth eslami
What is the difference between puts and prints in ruby
ruby
3 Votos
2 Respostas
1st Sep 2017, 2:51 AM
Sayantan Sinharay
This Unless tag in Ruby is somewhat confusing yeah! Can someone check it out?a = 42 unless a < 10 puts "Yes" else puts "no"
code
ruby
3 Votos
2 Respostas
20th Jun 2018, 7:05 PM
Rex
In rudy, does puts and print do the same thing
no
or
yes
0 Voto
1 Resposta
11th Feb 2019, 6:30 PM
SCP 251
class X end x = X.new puts "Object data: "
methods
ruby
0 Voto
1 Resposta
7th Mar 2019, 6:07 AM
Raja V
In Ruby, what does the Puts "a = #{a}" do?
{a}
a
ruby
0 Voto
2 Respostas
14th Feb 2017, 3:33 PM
Lucas
a=9, b=9, a=b++;b=a++;b=++b; how to solve please give all possible out puts
c
-1 Voto
4 Respostas
1st Mar 2021, 2:10 AM
CHILUKAMARI VENKATESH
Why the the code puts a / every single time?
python
python3
0 Voto
2 Respostas
20th Jul 2017, 7:08 PM
Hymn
Why am I not able to use gets and puts in my c++ program?
c++
strings
3 Votos
10 Respostas
4th Jun 2017, 3:09 PM
Rahul Prabhakar
Does the continue puts us out of the for loop?
c#
loops
0 Voto
1 Resposta
22nd Nov 2016, 8:30 AM
Elvis Muzhaqi
a=5 b=7 puts "the sum is #{b-a}". What is this called in ruby
ruby
strings
0 Voto
7 Respostas
11th Feb 2017, 10:34 PM
Emmanuel Nuotah
How to use gets () & puts () ? Give me example please..
c
0 Voto
4 Respostas
20th Oct 2020, 6:04 AM
SARVESH ASHOK DEVRUKHAKAR
What is the output of this code? a = 4 puts a**2
ruby
1 Voto
1 Resposta
22nd Jul 2023, 4:02 PM
Griffins M
How does the Ruby code ; print ("My") print ("first") puts ("program") works??
@
3 Votos
1 Resposta
8th Oct 2020, 8:00 AM
Arush Chauhan
How c++ puts any random value by its own? How it manipulates?
c++
rand
0 Voto
3 Respostas
25th Dec 2016, 6:06 AM
samyak
What is the difference between write amd puts when writing files in ruby?
files
ruby
0 Voto
3 Respostas
4th Mar 2017, 9:17 AM
Emmanuel Nuotah
Write a program in java that puts into consideration the description below.
classes
-2 Votos
1 Resposta
3rd Nov 2017, 8:54 AM
Dennis Mungai
Why use #{} if we just use puts and write he is 42 years old
ruby
variables
4 Votos
2 Respostas
26th May 2017, 3:30 PM
Shaswat Singh
Can someone help me if someone puts in the wrong operator is still registers as multiplication.
anybody
c++
calculator
help
python
0 Voto
7 Respostas
8th Sep 2017, 4:46 AM
Darius Robinson
How can i get user's information and puts it in a nested array?
arrays
java
nested
0 Voto
1 Resposta
30th Dec 2016, 2:25 AM
Edgar Gómez
What is the difference between cin>>ch and cin.get(ch)? gets and getline. Puts and write.Difference
c++
0 Voto
1 Resposta
18th Mar 2017, 6:06 PM
Serjeel Ranjan
Can you make it so that your program puts the text first then ask for input?
c++
1 Voto
3 Respostas
18th Dec 2016, 7:51 PM
smartguy100
Ruby again!!
print
puts
ruby
10 Votos
3 Respostas
23rd Feb 2018, 5:56 AM
Baraa AB
Pls help guys how to position a div tag at center I tried doing using center tag with div but it also puts text in center??
div
html
website
4 Votos
26 Respostas
6th Jan 2019, 8:59 AM
Aditya
Making a Ruby calculator, it won't let me do puts x+y after an if statement
calculator
ruby
0 Voto
2 Respostas
15th Dec 2016, 1:25 PM
Cat Deerton
Do we don't have to include the header file string.h for using puts and gets function?
input
output
0 Voto
2 Respostas
23rd Sep 2019, 12:17 PM
Aditi Mohan
When input is given in two line why not scanf amd puts is displaying that input
input
output
0 Voto
2 Respostas
16th Oct 2019, 2:06 PM
Sabha Nikhat
a = 42 if a > 7 puts "Yes" end why do we put all the spaces between?
if-statements
ruby
4 Votos
2 Respostas
7th Mar 2017, 8:25 AM
Billy Dymek
How can I put only positive number in "input"? If someone puts negetive number values ,It will show error.
python
python3
1 Voto
3 Respostas
10th Nov 2020, 6:18 AM
Nafi Rahat Rahman
Please help me write a program that out puts the multiplication of prime numbers when a number is in put
input
1 Voto
4 Respostas
21st Sep 2019, 6:23 AM
Kalenda Racheal
find the first 20 numbers of the Fibonacci sequence and puts into a list using recursive way.. Example - List<Integer> l1 = ne
20
and
fibonacci
finds
first
numbers
of
puts
sequence
the
1 Voto
10 Respostas
5th Sep 2019, 10:29 PM
Ify Nonyelu
c program bug
doesn't
print
printf
puts
1 Voto
12 Respostas
7th Apr 2019, 10:00 AM
Joseph Safwat Sobhy
Ruby is pretty useful languge
c++
print
puts
1 Voto
5 Respostas
31st Mar 2017, 1:41 PM
riki
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
Próximo >
Quente hoje
What's the best way to learn anything
1 Votes
How can I improve my Authenticator App built with HTML, CSS, and JavaScript?
0 Votes
Most asked!
1 Votes
Malloc vs calloc | memory not initialized
1 Votes
help!
0 Votes
Is react js enough for frontend??
0 Votes
Mini project ideas for final years
0 Votes
why this platform not providing mysql compiler for creating code bits?
0 Votes
Please guys could smw do this for me ?
0 Votes