Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
How to print the following pattern?👇
c
c++
java
loop
pattern
0 Voto
4 Respostas
23rd Nov 2017, 12:20 PM
NITANT SHARMA
To print numbers in the right angle pattern with prime numbers is printed as * and the remaining is printed as itself
c
python
0 Voto
1 Resposta
18th Jul 2019, 11:37 AM
Harsha vardhan
String s; //enter whatever you want in it for(int i =0; i<s.length(); ++i){ System.out.println(s.substring(0,i)); }
doubt
java
pattern
sololearn
substring
0 Voto
5 Respostas
8th Mar 2017, 6:45 PM
0000
******x****** *****xxx***** ****xxxxx**** ***xxxxxxx*** **xxxxxxxxx** *xxxxxxxxxxx* xxxxxxxxxxxxx
c++
for
loops
pattern
0 Voto
2 Respostas
7th Sep 2016, 4:20 PM
rehan altaf
Random array generator?
array
c++
java
javascript
pattern
python
random
1 Voto
6 Respostas
5th Dec 2019, 12:39 AM
Fernando Moceces
Singleton in C# Example
c#
desenleri
design
pattern
tasarm
1 Voto
1 Resposta
6th Feb 2020, 6:39 PM
MUHAMMED DİNÇER
Making peterns with python in many ways
arrangement
code
pattern
python
0 Voto
1 Resposta
31st Mar 2024, 12:14 AM
Kakooza Tawufiki
How to make program (triangle pattern) in Java?
java
pattern
program
triangle
1 Voto
1 Resposta
10th Dec 2017, 5:07 AM
Kevin Wijaya
Please write and explain the coding for the given python pattern(using while loop).
loop
pattern
programming
python
while
0 Voto
2 Respostas
10th Sep 2019, 8:35 AM
Yash Garg
Fill in the blanks to create a pattern that matches strings that contain 3 characters, out of which the last character is an exc
python
regular-expressions
0 Voto
1 Resposta
9th Jun 2017, 8:51 AM
R.kishore
Why developers hate design patterns?
c#
c++
design
java
javascript
pattern
1 Voto
2 Respostas
2nd May 2018, 12:41 AM
Elmzabi hassan
Please tell me step by step mistake in my coding (please ignore indentation errors).
loop
pattern
programming
python
while
0 Voto
1 Resposta
4th Sep 2019, 2:21 PM
Yash Garg
What is meant by design pattern?
data
design
pattern
patterns
0 Voto
1 Resposta
27th Jan 2017, 5:52 PM
Learning Coding From ABC
Please tell me step by step mistake in my coding
loop
pattern
programming
python
while
-2 Votos
2 Respostas
5th Sep 2019, 6:36 AM
Yash Garg
How to create a circle
c++
circle
java
loops
pattern
programming
python
3 Votos
4 Respostas
27th Feb 2017, 1:08 AM
Yash Raghava
What is wrong in this programme? Since I want to print diamond of numbers.
background
basics
c
diamond
fundamental
language
pattern
1 Voto
3 Respostas
2nd Jan 2020, 3:14 PM
Programmer
MVC
architecture
controller
ddos
forensics
hadoop
map-reduce
model
mvc
pattern
view
3 Votos
2 Respostas
22nd Apr 2020, 11:18 AM
Night_fury~
write a program to obtain the following pattern A D C B E F G H I P O N M L K J # # # # # # # # # J K L M N O P I H G F E B C D A
c++
2 Votos
9 Respostas
23rd Sep 2016, 4:58 PM
Meena
Find the error in Java code (Hollow Rectangle)
code
hollow
java
pattern
rectangle
0 Voto
1 Resposta
30th May 2022, 10:47 AM
Karan singh
Need help with $ in paterm
$
metacharacters
pattern
python3
regular-expressions
rstring
0 Voto
2 Respostas
3rd Jun 2018, 8:08 PM
Sandeep Rana
Explain nested for loop?
basics
help
loops
pattern
python3
urgent
1 Voto
1 Resposta
18th May 2020, 2:44 PM
Muhammed Rajab
Whitch C++ book should i read especially for design patterns and for improved C++ programming (language prevered in german)?
book
c++
code
design
pattern
programming
0 Voto
3 Respostas
3rd Feb 2017, 3:02 PM
Raph
why i input big number the column line will wrong placing
c#
console
draw
pattern
table
0 Voto
1 Resposta
12th Feb 2019, 9:45 AM
韩欣
How to print following pattern? Hint(use array)
answer
arrays
java
pattern
php
python
0 Voto
1 Resposta
18th Jan 2018, 7:50 AM
Aryan Gupta
Please explain how this code works
c
css
error
fix
js
pattern
programming
solve
solved
1 Voto
1 Resposta
26th Jul 2022, 4:03 PM
Akash Prakash
Do you have source code of A alphabet pattern?
alphabet
c
c++
code
how
language
pattern
sourcecode
-1 Voto
2 Respostas
31st Mar 2020, 10:01 AM
Abdul Wahab Chattha
Can we have more generalised solution for this code?
coder
coding
else
for
if
pattern
printing
programming
python3
range
0 Voto
2 Respostas
24th Jan 2020, 1:49 PM
Hrishikesh Gaikwad
How to read last.specific line and column of CSV file with python
column
csv
file
findall
import
pattern
python
text
0 Voto
2 Respostas
13th Aug 2017, 5:31 AM
William Jimenez Urda
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
...
13
14
Próximo >
Quente hoje
How can a recursive function works perfectly in a for loop with large numbers while calling it too many times raises an error?
3 Votes
How to allow one instance of exe
1 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
purchase of a subscription
1 Votes
seats = 100 (blank) seats > 0: print "sell ticket" (blank) = seats - 1
0 Votes
What has happened?
1 Votes
Theater management help me
2 Votes
What should I add/improve ?
1 Votes
Flight tracker coding foundation help me
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes