Vb scripting exercise exercise 3 - fun with strings 1


VB Scripting exercise:

Exercise #3 - Fun With Strings #1

Create a function that takes in a string and an integer and returns a string that contains the original string repeated by the number specified in the integer.

Ex. Pass in: ("hello", 3) Returns: "hellohellohello"

Ex. Pass in: ("Madhuri",2) Returns: "MadhuriMadhuri"

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Vb scripting exercise exercise 3 - fun with strings 1
Reference No:- TGS01116900

Expected delivery within 24 Hours