皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
As a person who writes about food and drink for a living. I couldn't tell you the first thing about Bill Perry or whether the beers he sells are that great. But I can tell you that I like this guy. That's because he plans to ban tipping in favor of paying his servers an actual living wage. I hate tipping. I hate it because it's an obligation disguised as an option. I hate it for the post-dinner math it requires of me. But mostly, I hate tipping because I believe I would be in a better place if pay decisions regarding employees were simply left up to their employers, as is the custom in virtually every other industry. Most of you probably think that you hate tipping, too. Research suggests otherwise. You actually love tipping! You like to feel that you have a voice in how much money your server makes. No matter how the math works out, you persistently view restaurants with voluntary tipping systems as being a better value, which makes it extremely difficult for restaurants and bars to do away with the tipping system. One argument that you tend to hear a lot from the pro-tipping crowd seems logical enough: the service is better when waiters depend on tips, presumably because they see a benefit to successfully veiling their contempt for you. Well, if this were true, we would all be slipping a few 100-dollar bills to our doctors on the way out their doors, too. But as it turns out, waiters see only a tiny bump in tips when they do an exceptional job compared to a passable one. Waiters, keen observers of humanity that they are, are catching on to this; in one poll, a full 30% said they didn't believe the job they did had any impact on the tips they received. So come on, folks: get on board with ditching the outdated tip system. Pay a little more upfront for your beer or burger. Support Bill Perry's pub, and any other bar or restaurant that doesn't ask you to do drunken math.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】建筑物按使用性质分类,分为( )
A.
建筑物、构筑物
B.
民用建筑、工业建筑、农业建筑
C.
居住建筑、公共建筑
D.
民用建筑、公共建筑
【单选题】开发android程序不需要的开发工具和开发包的是()
A.
JDK
B.
Raw
C.
Android studio
D.
Android SDK
【简答题】开发android程序需要的开发工具和开发有哪些?
【判断题】以下程序段的功能是输出1~100之间每个整数的各位数字之和。 for(num = 1; num <= 100; num++) { s=0; do{ s=s + num % 10; num=num / 10; }while(num !=0); printf("%d", s); }
A.
正确
B.
错误
【简答题】建筑物按使用性质分为 、 。
【单选题】开发android程序不需要的开发工具和开发包包括
A.
JDK
B.
Eclipse
C.
Android SDK
D.
raw
【多选题】建筑物按使用性质分类,一般分为              、              、              三类。
A.
民用建筑
B.
工业建筑
C.
农业建筑
【单选题】开发android应用程序需要的开发工具和开发包不包括()
A.
Eclipse
B.
JDK
C.
Android SDK
D.
MySql
【判断题】以下程序段的功能是输出1~100之间每个整数的各位数字之和。 for(num = 1; num <= 100; num++){ s=0; do{ s=s + num % 10; num=num / 10; }while(num !=0); printf("%d\n", s); }
A.
正确
B.
错误
【多选题】开发程序需要的开发工具和开发包包括
A.
JDK
B.
Eclipse
C.
Android
D.
ADT
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题