gpt4 book ai didi

使用循环和跳转语句的 Java 程序

转载 作者:行者123 更新时间:2023-11-30 05:05:37 25 4
gpt4 key购买 nike

我需要创建一个程序,该程序会询问密码三次。但第三次,如果密码不正确,它只会询问你的名字。我们被要求在 this 和跳转语句上使用循环。请帮忙。 ;)

最佳答案

这是通用算法,

for (int i = 0; i < 3; i++)
{
if (i == 2 and password != true_password)
ask_name();
}

但要了解更多信息,您可以提供代码。

附:在循环中声明 i,谢谢@glowcoder 的评论。

关于使用循环和跳转语句的 Java 程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5201919/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com