Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~9K People Reached
About Me

I Live in Lahore, Pakistan. and Student of BScs.

Interests
Books Reading, Poetry Reading + Writing, Programming
Favorite Forums
Favorite Tags
Member Avatar for Maniha

I am trying to write a program in VB.NET for file reading , by using File.ReadAllLines(file.txt), How i can show output the program is following,there is no code for showing output what i can use??? # **Program:** # Imports System.IO Module Module1 Sub Main() Dim array As String() = File.ReadAllLines("file.txt") …

Member Avatar for tinstaafl
0
9K