A
A
andrey69rus2015-02-22 00:33:25
Delphi
andrey69rus, 2015-02-22 00:33:25

task in delphi?

Find the product of the first 23 five-digit numbers containing the number 6,
please help =)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladlen Grachev, 2015-02-22
@andrey69rus

function IntToStr(N: Integer): String
Converts an integer N to a string.
function Pos(Substr: String; Str: String): Integer
Returns the position (index) of the first occurrence of Substr in the string Str. If Substr is not in Str, returns 0. You can do the
rest, I hope.

S
Spetros, 2015-02-22
@Spetros

You need to study on your own.
Nobody needs ignoramuses.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question