Starting Out With Visual C# - Roman Numeral Converter (Intro To Visual C#) - Windows Forms

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • The following exercise are just a small sample of exercises taken from my new course “Starting Out With Visual C#: Coding Exercises for Beginners”.
    The course goes over every exercise (95 altogether) from the popular C# textbook "Starting Out With Visual C#" by Tony Gaddis.
    bit.ly/2o8SuY8
    This is a beginner's course to coding Windows Forms using C#. We start with basic exercises building Windows Forms GUI, and then move on to conditional statements, loops, collections, classes and objects, and databases.
    I lead you through a complete solution to every exercise, and of course, provide all source code to each solution.
    The price for the course is $35, but for students of my C# course I am offering a 70% discounted introductory price of just $10. Just use the coupon code "CsharpYT10" at checkout, or click here:
    bit.ly/2o8SuY8
    The course is a large collection of C# WinForm exercises, perfect for those studying C# at school, those who are self-taught and want to put theory into practice, those who know some C# but are not familiar with WinForms, and those, who believe the saying "practice makes perfect".
    Hope to see you at the course.
    Roman Numeral Converter Create an application that allows the user to enter an integer between 1 and 10 into a TextBox control.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.

ความคิดเห็น • 9

  • @ajwalsh2603
    @ajwalsh2603 5 ปีที่แล้ว +1

    This is nothing like what my instructor was asking for.

  • @makennanoel3093
    @makennanoel3093 6 ปีที่แล้ว

    Thank you so much! This helped me a lot.

  • @RAM_BN0
    @RAM_BN0 7 ปีที่แล้ว

    Cool! It helped me!

  • @ben.aka.bigben
    @ben.aka.bigben 5 ปีที่แล้ว

    you could have simply used a dictionary -> key = Integer, value = Roman Number

  • @prox2638
    @prox2638 7 ปีที่แล้ว +1

    do u respond to comments

  • @gabis1963
    @gabis1963 5 ปีที่แล้ว +6

    This is a joke of a solution.
    Just create a list instead of const and access directly.
    Anyway this is not a converter.
    Try writing a real one that converts 9894

    • @matteofrizzera410
      @matteofrizzera410 5 ปีที่แล้ว +1

      Actually using ASCII characters the highest representable roman number is 3999. Having said that, i completely agree with you this isn't a real convertor

    • @TheNuclearBolton
      @TheNuclearBolton 2 ปีที่แล้ว

      It is a real converter due to it giving its Roman Numeral counterpart to the integer value from the end user. Are there more efficient ways to write the code? Of course.

    • @LazySusanInventor
      @LazySusanInventor ปีที่แล้ว

      Its for beginner classes you dick hole.