Search results for query: *

  • Users: krazykrisi
  • Content: Threads
  • Order by date
  1. K

    I need help fixing errors

    I am making a program that imports classes that I have made already. I am getting all of these errors but I don't understand why or how to fix them. Can someone help me? Here is the code for the program.. Option Strict On Imports Burgers Public Class Form1 Inherits System.Windows.Forms.Form...
  2. K

    Run-Time Errors

    I have been sitting here for a half hour staring at this one line of code trying to figure out what it's problem is, it is telling me that it is out of bounds but I don't see the problem. Maybe someone can help? It's the second line that's causing problems. For intIndex = 1 To intListCount...
  3. K

    Drawing a Histogram to Display Survey Results

    I want to make a program that displays a histogra using asterisks in a message box using the followoing data from survey results > 15, 8, 12, 3, 2, 0, 3, 9, 12, 8 I want to store the values in an array as integer and display the results in two columns labeled Result and Histogram. I need to use...
  4. K

    Creating a money changer

    I'm having trouble figuring this one out. Here is what I want to do: Design and develop a program that will make change for a one-dollar bill on a sale of less than or equal to one dollar. The program interface should include a NumericUpDown control with a range from 1 cent to 100 cents, in...
  5. K

    Computing a Fibonacci Sequence

    I'm having trouble understanding this one. I know that you can't tell me how to do my homework but can you help me to understand what exactly it is they are asking for. I don't know where to even start on this one. A sequence of Fibonacci numbers begins with integers 1 and 1, and continues...
Back
Top