#import <Foundation/Foundation.h>
int main(int argc, const char * argv[])
{
NSString * iphone= @"The designs of the iPhone 6 and iPhone 6 Plus were influenced by that of the iPad Air, with a glass front that is curved around the edges of the display, and an aluminum rear that contains two plastic strips for the antenna; both models come in gold, silver, and space gray finishes";
return 0;
}
請幫助我找到不使用數組的Objective-C。一個字符串中的元音和輔音的Objective-C計數數量
告訴我們,你已經取得了一些努力,這種自己動手解決。 – 2015-02-11 05:24:49
我看到這個確切的字符串在其他問題中彈出...這是一些某種大型機構的作業嗎?哈哈 – Fonix 2015-02-11 06:02:49
請幫我做到這一點 – appintosh 2015-02-11 06:05:48