hi mmonish,
Actually i gave all the blank spaces properly as you mentioned. that means my output format is exactly like
cout << str1 << " (to " << str2 << ")" << endl;
cout << "eu " << s << endl;
cout << "tu " << s << endl;
cout << "ele/ela " << s << endl;
cout << "n" << c <<"s " << s ...
Search found 3 matches
- Sat Jul 14, 2007 6:58 am
- Forum: Volume 101 (10100-10199)
- Topic: 10197 - Learning Portuguese
- Replies: 45
- Views: 22837
- Fri Jul 13, 2007 8:52 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10197 - Learning Portuguese
- Replies: 45
- Views: 22837
10197 PE!! plz help
i am getting PE for this code. I am not sure about the spaces. plz help.
#include<stdio.h>
#include<iostream.h>
#include<string.h>
int main()
{
char str1[100],str2[100],str3[100],ch=243;
int i,j,k,len;
while(cin>>str1>>str2)
{
cout<<str1<<' '<<"(to "<<str2<<")"<<endl;
len=strlen(str1 ...
#include<stdio.h>
#include<iostream.h>
#include<string.h>
int main()
{
char str1[100],str2[100],str3[100],ch=243;
int i,j,k,len;
while(cin>>str1>>str2)
{
cout<<str1<<' '<<"(to "<<str2<<")"<<endl;
len=strlen(str1 ...
- Wed Jul 04, 2007 3:09 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10924 - Prime Words
- Replies: 44
- Views: 29676