subject
Computers and Technology, 19.03.2021 18:00 Tsumiki

Scrieti un program C/C++ care reolva urmatoarele cerinte: 1. Se citeste un numar natural n de la tastatura. Afisati de n ori caracterul *. Exemplu. Daca se citeste n=5 se afiseaza * * * * * 2. Se citeste un numar natural n de la tastatura. Afisati de n ori caracterele * $. Exemplu. Daca se citeste n=5 se afiseaza *$ *$ *$ *$ *$ Exemplu. Daca se citeste n=3 se afiseaza *$ *$ *$ 3. Se citeste un numar natural n de la tastatura. Afisati de n ori alternativ caracterele * si $. Exemplu. Daca se citeste n=5 se afiseaza * $ * $ * Exemplu. Daca se citeste n=4 se afiseaza * $ * $ Indicatie: testati paritatea pasului la care faceti afisarea 4. Se citeste un numar natural n de la tastatura. Afisati de n ori valoarea lui n. Exemplu. Daca se citeste n=5 se afiseaza 5 5 5 5 5 Exemplu. Daca se citeste n=3 se afiseaza 3 3 3

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 22.06.2019 23:30
What does 21 pilots middle aged name as a band 15 years prior to them naming their band 21 pilots?
Answers: 1
question
Computers and Technology, 24.06.2019 10:00
What did i do wrong with this const discord = require('discord.js'); var bot = new discord.client(); const token = 'ntm3mjcxmtu1mjg3ote2ntq2.dyogew.dpfiwfpuifzuzvifop-csuxasnm' const prefix = "! " bot.registry.registergroup('simple', 'simple'); bot.registry.registerdefaults(); bot.registry. + '/commands'); bot.on('message', message => { if(message.content == 'hi! ') { message.channel.send ('@everyone sup, how is @everyone day going'); } if(message.content == 'h3lp') { message.channel.send ('dose not have any commands yet'); } bot.on('ready', function() { console.log("ready") }); bot.login(token);
Answers: 1
question
Computers and Technology, 24.06.2019 10:10
Scanning the road can be thought of as a
Answers: 2
You know the right answer?
Scrieti un program C/C++ care reolva urmatoarele cerinte: 1. Se citeste un numar natural n de la tas...
Questions
question
Mathematics, 30.09.2020 01:01
question
Mathematics, 30.09.2020 01:01
question
Mathematics, 30.09.2020 01:01
Questions on the website: 13722360