Java da yazılmış olan kelime veya cümleleri tersine yazan kod

in utopian-io •  7 years ago 

package MorRobot;
import static java.util.Arrays.sort;
import java.util.Scanner;

public class zz {

public static void main(String[] args) {
System.out.print("Kelimeyi veya cümleyi girin:");
Scanner scan=new Scanner(System.in);
String girilen=scan.nextLine();
for (int i =girilen.length()-1; i >=0; i--) {
System.out.print(girilen.charAt(i));
}

}

}
ekran görüntüleri;
jsısdksj.png
1.ci.png



Posted on Utopian.io - Rewarding Open Source Contributors

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Your contribution cannot be approved yet because it is not as informative as other contributions. See the Utopian Rules. Please edit your contribution and add try to improve the length and detail of your contribution (or add more images/mockups/screenshots), to reapply for approval.

You may edit your post here, as shown below:

You can contact us on Discord.
[utopian-moderator]