School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
You're Browsing As A Guest! Register Now...
Become an Expert!

Join 357,969 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,560 people online right now.Registration is fast and FREE... Join Now!



finding the small integer number

52 Weeks of Code Challenge:Android

Week #11 of the 52 Weeks of Code Challenge is Android, you should give it a shot. Click Here!
Page 1 of 1

finding the small integer number finding the small integer number Rate Topic: -----

#1 evadkram  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 0
  • View blog
  • Posts: 5
  • Joined: 14-August 09


Dream Kudos: 0

Post icon  Posted 14 August 2009 - 08:03 PM

hi.. i'm dave mark.. im new to vb 2008.. i just have to have some question.. the problem is i have to input 10 integer number then after inputting the 10 number .. it will compute the sum, average and the smallest.. i have no problem with sum and average but in smallest number only... how to get the smallest number>>?? pls help me... thankx
Was This Post Helpful? 0
  • +
  • -


#2 mark.bottomley  Icon User is offline

  • D.I.C Addict
  • Icon

Reputation: 174
  • View blog
  • Posts: 990
  • Joined: 22-April 09


Dream Kudos: 0

Expert In: C, ASM, Pascal, Ada, Fortran, Java

Re: finding the small integer number

Posted 15 August 2009 - 06:41 AM

Set the smallest to be the first number input, then compare each following input number and keep the smallest.
if count = 0 then
smallest = input
else
if input < smallest then
smallest = input
end if
end if

Mentor Edit: :code:

This post has been edited by AdamSpeight2008: 15 August 2009 - 07:03 AM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1


Fast Reply

  

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month