Wrox Programmer Forums
|
VBScript For questions and discussions related to VBScript.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VBScript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old April 12th, 2006, 10:01 PM
xeo xeo is offline
Registered User
 
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default pig latin

hey guyz can u help me on pig latin
For this program you will be working with strings. You are to ask
the user to input a string. Then, make (and print out) the "pig
latin like" version of this string by using the following rule:


1) words beginning with a vowel (A, E, I, O, U) , have the word "way"
attached after the word
ex. egg = eggway

2) words beginning with a consonant, move the characters before the vowels to the
end of the word and append "ay"
ex. trouble = oubletray

using string functions or logical thanks



Reply With Quote
  #2 (permalink)  
Old May 1st, 2006, 06:21 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Did you get this resolved? It sounds like a class assignment.

mmcdonal
Reply With Quote
  #3 (permalink)  
Old May 28th, 2008, 01:00 PM
Registered User
 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thats not real pig latin its got to go to first vowel so each word starts with a vowel

Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
detecting latin letter in a string abdrabaa C# 3 June 26th, 2007 12:34 PM
Latin letters itHighway Classic ASP Professional 3 July 20th, 2006 12:14 AM
Non Latin languages in Textbox Paula222 Access VBA 0 February 12th, 2006 12:16 AM
ASP E-mail problem with non-Latin characters nikosdra Classic ASP Components 1 July 25th, 2004 10:19 PM
Check Latin characters in form nikosdra Classic ASP Basics 4 June 27th, 2003 06:08 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.