December 2023 1 5 Report
Jak Umieścić w tym programie w Języku C# by typ char był odczytywany tak samo jak w przypadku

string zmienna;
zmienna = System.Console.ReadLine();

czy wogule w przypadku typu char jest TAKA MOŻLIWOŚĆ ?? czy trzeba byłoby stabilnie zmodyfikować program ??



using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Threading;
using System.ComponentModel.Design;
using System.Data;
using System.Xml.Linq;

namespace program01
{

public class program

{
public static void Main()

{

int a = 0;
int b = 1;


char FirstSymbol = 'a';
char SecondSymbol = '#';
char TreeSymbol = '@';
char FourSymbol = '$';

//char test;



Console.WriteLine("Projekt char ");

Console.WriteLine(FirstSymbol + " " + SecondSymbol + " " + TreeSymbol + " " +
FourSymbol);
System.Console.ReadLine();



}

}


}


Osoby które były by wstanie pomóc Proszę o pomoc
More Questions From This User See All

Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.