Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
Print the given string 12 times in Ruby language, use while loop only. Don't use for loop.
"12 Times."
Expert Solution
arrow_forward
Step 1
- We need to print a given string 12 times in ruby language.
- We don't have to use for loop. We are using while loop in the program.
Step by stepSolved in 4 steps with 2 images
Knowledge Booster
Similar questions
- wRITE A PROGRAM IN Ruby langauge to type a string with uppercase letter to lowercase letters String will = "RUBY IS NEW PROGRAMMING LANGUAGE" Typecast itarrow_forward4. Write a program in Ruby language to print all two digit numbers having last digit as 1.arrow_forwardYou have given an array of size 5 and you task to print the rotated left array In rubyarrow_forward
- Note: Please Answer in C# language only There is an N of components, represented by the strings S1,S2, .... SN into the kitchen. The chef took all the ingredients, put them in a cauldron and mixed them. In the cauldron, the letters of the strings representing the ingredients are completely shuffled, so that each letter appears in the cauldron as many times as it has appeared in all the strings combined; now the cook can take out one letter from the cauldron at will (if that letter appears in the cauldron more than once, it can be taken out that many times) and use it in a dish. Complete Food is a "chef" chain. Help the chef find the maximum number of complete meals he can make! Input 1 3 Code Chef hacker Output 1arrow_forwardWrite a program that reads a set of floating-point numbers and prints out the ten largest numbers. As you process the inputs, do not store more than eleven numbers. When it holds more than ten values, remove the smallest value, as it cannot be a part of the answer. Program language c++arrow_forwardTuples in Python are immutable.True or Falsearrow_forward
- Note: Please Answer in C# language only There is an N of components, represented by the strings S1,S2, .... SN into the kitchen. The chef took all the ingredients, put them in a cauldron and mixed them. In the cauldron, the letters of the strings representing the ingredients are completely shuffled, so that each letter appears in the cauldron as many times as it has appeared in all the strings combined; now the cook can take out one letter from the cauldron at will (if that letter appears in the cauldron more than once, it can be taken out that many times) and use it in a dish. Complete Food is a "chef" chain. Help the chef find the maximum number of complete meals he can make! Input 1 3 Code Chef hacker Output 1arrow_forwardNote: Please Answer in C# language only There is an N of components, represented by the strings S1,S2, .... SN into the kitchen. The chef took all the ingredients, put them in a cauldron and mixed them. In the cauldron, the letters of the strings representing the ingredients are completely shuffled, so that each letter appears in the cauldron as many times as it has appeared in all the strings combined; now the cook can take out one letter from the cauldron at will (if that letter appears in the cauldron more than once, it can be taken out that many times) and use it in a dish. Complete Food is a "chef" chain. Help the chef find the maximum number of complete meals he can make! Input 1 3 Code Chef hacker Output 1arrow_forwardWrite a program that accepts numbers. If the number is non- negative, it saves the square root of the number; otherwise it saves the square of the number. After processing these numbers, print all the elements c++ bring a brief description (pseudocode). programming language c++arrow_forward
- Write a program in C++ to find the first capital letter in a string using recursion. Test Data: Input any String: cynical Expected Output: The first capital letter in the string cynical is: Yarrow_forwardCreate a program applying the concept of Recursion use in java and c++ and explain each step of the code. Problem: Given a positive integer n, print all the combinations of numbers between 1 and n having a sum of n. For example, for n=5, the following combinations are possible. Let the user put the input he/she desires.arrow_forwardThe language for the question is C++arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education