Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

dddddd

Option Strict On
Module Module1



    Sub Main()
        Dim s As String = Console.ReadLine()
        For i As Integer = From s.Length() - 1 to 0 step -1
                               Console.Write(i)
        Next
        End For

        Console.ReadLine()

    End Sub

End Module

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.