Anyone, anybody can help me how to make program using VB.net Please help me, give a source code with running program 1. A business firm is hiring you to automate their billing system. One of the features of system is to automate the conversion of the amount in the check into words. This is sample output. ENTER amount: 1938 EQUIVALENT: one-thousand nine-hundred thirty eight 2. A Fibonacci number is a number where the next number in the series is the sum of the two previous numbers. Your aim is to input a number and generate all the numbers in the series from 1 to n. Create five(5) textboxes
First, I hate VB, I prefer C# or C++ or even COBOL, why? too wordy, and if I can do it in other OO language less wordy and would do the same thing, why? cuz all VB is an .NET and all .NET programming languages use the same .NET Framework, meaning that the CLR (Common Language Runtime) will translate the code into 0 and 1 the same way... meaning that the language itself it is just a too for the programmer to tell the PC trought the IDE/compiler what to do, of course you gotta be explicit and can't expect to tell it to do things it cannot... Still as a CS, you should always learn the language best suits your needs in terms of working progress, efficiency and performance, among other common factors. Second, you just can't come here, and ask for a source code of a working program you suppose to be the one who makes it-.-"'! If you really care, you at least should be able to write the pseudocode to produce the design of your algorithm, the design which reveals how your program should work, what are the inputs, outputs the process in between, who are the users, what's the purpose or the main idea of this program and etc, etc, etc... "Spend the necesary time designing and planning and your implementation time would be a breaze" The more you spend on design, the necesary time, the less it will take you to translate your pseudocode into code to implement your program design :) I suggest you start making that design using pseudocode, what is pseudocode? Is certanly not code, means that is your program in words you can understand and is the workflow the program will follow when it is executed, it is the design. You can't expect car manufacturers make cars, whitout first taking in consideration common factors that declare wether the car is being made or now, and how, when, with what budget and what type of marketing strategy, which engineering and so on... Just think a little bit harder, ok? :)
Join our real-time social learning platform and learn together with your friends!