当前位置:首页 > 家乡菜系 > 鲁菜 > 正文内容

谁知道怎样打菜谱

2023-02-19 19:55:51鲁菜1

谁知道怎样打菜谱

把你的特色菜系做名头,肉菜打前面,其次是素菜,甜品,冷拼,汤,主食,

酒水,都在一个菜谱上。

能做上图片就更好了

价钱 你自己定。

到复印社

不知到你问的是这些不 ?

编制一个菜单程序用switch语句完成菜单选择

/**

* @(#)SW.java

*

* SW application

*

* @author

* @version 1.00 2013/11/21

*/

import java.util.*;

public class SW {

public static void main(String[] args)

{

System.out.println(1.打开电视);

System.out.println(2.关闭电视);

System.out.println(3.打开窗帘);

System.out.println(4.关闭窗帘);

Scanner sc=new Scanner(System.in);

int num=sc.nextInt();

switch(num)

{

case 1:{System.out.println(电视on);break;}

case 2:{System.out.println(电视off);break;}

case 3:{System.out.println(窗帘open);break;}

case 4:{System.out.println(窗帘close);break;}

default:System.out.println(输入错误);

}

}

}

本网站文章仅供交流学习 ,不作为商用, 版权归属原作者,部分文章推送时未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知,我们将立即删除.

本文链接:http://www.jrjxc.com/jxcx/luc/98742088.html