Rectangulo X74847


Statement
 

pdf   zip

html

Escribe un programa que imprima n asteriscos(*) vertical y horizontalmente“”.

Entrada

El número de asteriscos a imprimir el vertical y horizontal

Salida

Impresión de un rectangulo de asteriscos

Public test cases
  • Input

    10
    

    Output

    **********
    **********
    **********
    **********
    **********
    **********
    **********
    **********
    **********
    **********
    
  • Input

    8
    

    Output

    ********
    ********
    ********
    ********
    ********
    ********
    ********
    ********
    
  • Information
    Author
    Language
    Spanish
    Official solutions
    Java
    User solutions
    C++ Java Python