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!!!...
User Profile
Collapse
-
I can only apologize for last one. I still have a problem with this code...Leave a comment:
-
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;
...Leave a comment:
-
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;... -
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;...
No activity results to display
Show More
Leave a comment: