User Profile

Collapse

Profile Sidebar

Collapse
balck05
balck05
Last Activity: Aug 22 '07, 09:44 PM
Joined: Aug 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • balck05
    replied to Write a program in C#
    in .NET
    I'm study, and I have some problems, this C# it is difficult, but I'm not gonna give up on this.
    Thanks for your help!!!...
    See more | Go to post

    Leave a comment:


  • balck05
    replied to Write a program in C#
    in .NET
    I can only apologize for last one. I still have a problem with this code...
    See more | Go to post

    Leave a comment:


  • balck05
    replied to Write a program in C#
    in .NET
    next code:

    using System;
    using System.Collecti ons.Generic;
    using System.Text;


    class Program
    {
    public static void Main(string[] args)
    {
    string str = " The quick red fox jumped over the lazy brown dog";
    string str1 ;
    int liczba = str.Remove(' ').Length;

    ...
    See more | Go to post

    Leave a comment:


  • balck05
    started a topic Write a program in C#
    in .NET

    Write a program in C#

    I need to write a program that will total the integer values of each characters in a string not including spaces. The program should produce two totals. First should be a fixed string, second should using an empty string of 80 charact. max lenght, using both alphanumeric and numeric characters. I'am fresh in this so please help me. Can you give me any clue!?

    using System;
    using System.Collecti ons.Generic;
    using System.Text;...
    See more | Go to post

  • balck05
    started a topic Write a program in C#.Help!!
    in .NET

    Write a program in C#.Help!!

    I need to write a program that will total the integer values of each characters in a string not including spaces. The program should produce two totals. First should be a fixed string, second should using an empty string of 80 charact. max lenght, using both alphanumeric and numeric characters. I'am fresh in this so please help me.

    The code:

    using System;
    using System.Collecti ons.Generic;
    using System.Text;...
    See more | Go to post
No activity results to display
Show More
Working...