User Profile

Collapse

Profile Sidebar

Collapse
fiatnm
fiatnm
Last Activity: Mar 29 '07, 02:23 AM
Joined: Jul 31 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • fiatnm
    started a topic C# Program CheckZIPS
    in .NET

    C# Program CheckZIPS

    Program checkZIPS is working well with all the zip code except "BK 87946". When I entered BK 87946 the output was “Zip BK 87946 not found”. Please explain. I am attaching the program.
    Code:
    using System;
    public class CheckZIPS
    {
    	public static void Main()
    	{
    		string[] zips = {"BF 45633", "GJ 76895", "BK 87946", "NM 38657"};
    		int x;
    		string enterzip;
    ...
    See more | Go to post
    Last edited by Atli; Oct 14 '10, 08:05 PM.

  • fiatnm
    replied to Program checkZIPS
    in .NET
    your replay is very poor...
    See more | Go to post

    Leave a comment:


  • fiatnm
    replied to Why C# doesnt support Multiple inheritance
    in .NET
    A child cannot have many parents. Multiple inheritence is assuming that a child can have many parents which is impossible that is way C# doesn't suppport multiple inheritence.
    See more | Go to post

    Leave a comment:


  • fiatnm
    started a topic Program checkZIPS
    in .NET

    Program checkZIPS

    Hi Everybody

    Program checkZIPS is working well with all the zip code except "BK 87946". When I entered BK 87946 the output was “Zip BK 87946 not found”. Please explain. I am attaching the program.

    Thank you

    Code:
    using System;
    public class CheckZIPS
    {
    	public static void Main()
    	{
    		string[] zips = {"BF 45633", "GJ 76895", "BK 87946",
    ...
    See more | Go to post
    Last edited by kenobewan; Mar 7 '07, 01:08 AM. Reason: Add code tags
No activity results to display
Show More
Working...