Rozmiar wiersza pascal

Przykłady kodu

4
0

rozmiar wiersza pascal

Program StringLengthFunction;
 
Var 
sampleString:String;

begin
    Write('Enter a string: ');
    readln(sampleString);
    
    //Length function takes a string as input ansd returns its number of chracters as an integer
    Writeln('Length of string entered is: ',Length(sampleString));
End.

Podobne strony

Podobne strony do przykłady

W innych językach

Ta strona jest w innych językach

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................

Popularne w tej kategorii

Popularne strony z przykładami w kategorii