KodeDiv
KodeDiv
  • 20
  • 2 002
C++ Practical Questions and Answers - Example 9
Design a program that prompts the user to enter a number within the range of 1 through 10. The program should display the Roman numeral version of that number. If the number is outside the range of 1 through 10, the program should display an error message.
You can Connect with me on;
LinkedIn
www.linkedin.com/in/appiah-k-miracle-205805264/
Twitter
codewithmiracle
Tiktok
tiktok.com/@appiah_kumah_miracle
*************************************************************************************
Thank for watching!!!👍
@Kodediv
Переглядів: 6

Відео

C++ Practical Questions and Answers - Example 8
Переглядів 45 годин тому
A company has determined that its annual profit is typically 23 percent of total sales. Design a program that asks the user to enter the projected amount of total sales, and then displays the profit that will be made from that amount. Hint: Use the value 0.23 to represent 23 percent You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewith...
JavaScript Quick Note: Js Identifiers
Переглядів 247 годин тому
#kodediv #javascript In this video, you will learn about javascript identifiers. You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewithmiracle Tiktok tiktok.com/@appiah_kumah_miracle Thank for watching!!!👍 @Kodediv
C++ Practical Questions and Answers - Example 7
Переглядів 507 годин тому
Scientists measure an object’s mass in kilograms and its weight in Newtons. If you know the amount of mass of an object, you can calculate its weight, in Newtons, with the following Formula: Weight = Mass × 9.8 Design a program that asks the user to enter an object’s mass, and then calculates its weight. If the object weighs more than 1,000 Newtons, display a message indicating that it is too h...
C++ Practical Questions and Answers - Example 6
Переглядів 889 годин тому
#kodediv #education #cplusplustutorial The area of a rectangle is the rectangle’s length times its width. Design a program that asks for the length and width of two rectangles. The program should tell the user which rectangle has the greater area, or whether the areas are the same. You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewithm...
JavaScript Quick Note: Variable Initialization
Переглядів 4314 годин тому
#kodediv #javascriptdev #javascript #education In this video you will learn how to initialize a variable. You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewithmiracle Tiktok tiktok.com/@appiah_kumah_miracle Thank for watching!!!👍 @Kodediv
JavaScript Quick Note: Variable Declaration
Переглядів 3514 годин тому
Hello there, in the video you will learn how to declare a variable in javascript. You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewithmiracle Tiktok tiktok.com/@appiah_kumah_miracle Thank for watching!!!👍 @Kodediv
C++ Practical Questions and Answers - Example 5
Переглядів 10616 годин тому
Many financial experts advise that property owners should insure their homes or buildings for at least 80 percent of the amount it would cost to replace the structure. Design a modular program that asks the user to enter the replacement cost of a building and then displays the minimum amount of insurance he or she should buy for the property. You can Connect with me on; LinkedIn www.linkedin.co...
C++ Practical Questions and Answers - Example 4
Переглядів 5816 годин тому
Design a modular program that asks the user to enter a distance in kilometers, and then converts that distance to miles. The conversion formula is as follows: Miles = Kilometers x 0.6214 You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewithmiracle Tiktok tiktok.com/@appiah_kumah_miracle Thank for watching!!!👍 @Kodediv
C++ Practical Questions and Answers - Example 3
Переглядів 146День тому
Design a program that calculates the total amount of a meal purchased at a restaurant. The program should ask the user to enter the charge for the food, and then calculate the amount of a 15 percent tip and 7 percent sales tax. Display each of these amounts and the total. You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewithmiracle Tik...
C++ Practical Questions and Answers - Example 2
Переглядів 234День тому
Write a program that computes the area of a circular region (the shaded area in the diagram) given the radius of the inner and the outer circles, ri and ro, respectively. HINT: We compute the area of the circular region by subtracting the area of the inner circle from the area of the outer circle. You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter twitt...
C++ Tutorial for Beginners - Understanding the basic structure(main function) - Lecture 3
Переглядів 69День тому
In this video, we'll break down the basic structure of the C main function, demystifying one of the most powerful programming languages. Whether you're new to coding or looking to refresh your skills, this tutorial is your gateway to mastering C . You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewithmiracle Tiktok tiktok.com/@appiah_ku...
C++ Practical Questions and Answers - Example 1
Переглядів 210День тому
One acre of land is equivalent to 43,560 square feet. Design a program that asks the user to enter the total square feet in a tract of land and calculates the number of acres in the tract. Hint: Divide the amount entered by 43,560 to get the number of acres. You can Connect with me on; LinkedIn www.linkedin.com/in/appiah-k-miracle-205805264/ Twitter codewithmiracle Tiktok tiktok.com...
C++ Tutorial for Beginners - Understanding the basic structure (Namespace) - Lecture 2
Переглядів 12314 днів тому
In this video, we’ll break down the fundamental structure of C and introduce you to namespaces, making your coding journey smoother and more efficient. Whether you're new to programming or transitioning from another language, this tutorial will set you on the path to becoming a proficient C developer. Join us and start coding today! How does that sound? You can Connect with me on; LinkedIn www....
C++ Tutorial for Beginners - Understanding the basic structure (Header files) - Lecture 1
Переглядів 19314 днів тому
Ready to dive into the world of programming? Our latest video is a comprehensive C tutorial for beginners. Join us as we break down the basic structure of C , making it easy and fun to understand. Perfect for aspiring coders and curious minds, this tutorial will give you the foundation you need to start your C journey with confidence. Don't miss out-hit play and start coding today! You can Conn...
C++ Tutorial for Beginners - setup with CLION
Переглядів 28814 днів тому
C Tutorial for Beginners - setup with CLION
C++ Tutorials for Beginners - Introduction
Переглядів 22721 день тому
C Tutorials for Beginners - Introduction
JavaScript Quick Note: Js Comments
Переглядів 6621 день тому
JavaScript Quick Note: Js Comments
JavaScript Quick Note for Beginners: Setup VSC
Переглядів 4321 день тому
JavaScript Quick Note for Beginners: Setup VSC
JavaScript Quick Note for Beginners: Introduction
Переглядів 4521 день тому
JavaScript Quick Note for Beginners: Introduction

КОМЕНТАРІ