Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: narri
  • Order by date
  1. narri

    design a flowchart that prints number of odd,even and zero digits in

    Hi, Thanks to one and all. After i read Integer Number from the User for example user enters 6789479.i need to know how many odd,even and zero digits are there in the number entered above. So we need to read each digit and then use int i = ... //however you read the input if ((i % 2) == 0) {...
  2. narri

    design a flowchart that prints number of odd,even and zero digits in

    Sorry,i was trying to write this program in JAVA.so i am interested in knowing how to handle number entered by user and check how many odd,even and zero digits ae there in the Number entered by user.
  3. narri

    design a flowchart that prints number of odd,even and zero digits in

    Design a flowchart that prints number of odd,even and zero digits in an INTEGER value read from the User.
  4. narri

    How to write unix script for vmstat

    Hi, I want to write a unix script for vmstat every 10 Seconds . In the Progrmme the code will be vmstat 10 I want to save it to a file. I think we can give a parameter for example TWO Hours. Thanks a lOt for your help. Nan.

Part and Inventory Search

Back
Top