Either, neither, both
http://speakspeak.com/resources/english-grammar-rules/various-grammar-rules/either-neither-both
One of the tricky things about either, neither and both is knowing if they should be followed by singular or plural nouns and verbs.
The table below explains either, neither and both, and the rules for what should follow them.
| Either, neither, both | |
| We use either, neither and both when we are talking about two things. | |
| either = one OR the other | Would you like tea or coffee? ∼ Either; I don't mind. (= 'You can give me tea OR coffee; I have no preference.') |
| neither = not one and not the other | Would you like ham or beef in your sandwich? ∼ Neither; I'm a vegetarian. (= 'I don't want ham and I don't want beef.') |
| both = the first AND the second | I take both milk and sugar in my coffee. (= 'I take sugar. I also take milk.') |
| We use either with a singular noun. We use either of with a plural noun. We use a singular verb with either andeither of. |
either car either of the cars Either day is fine for me. Either of the days is fine for me. |
| We use neither with a singular noun. We use neither of with a plural noun. We use a singular verb with neither andneither of. |
neither house neither of the houses Neither day was suitable. Neither of the days was suitable. |
| We use both with a plural noun. | both houses both of the houses Both (of) my brothers are tall. |
| We use of before the pronouns us, you,them. | both of us, both of you, either of them, neither of them, etc. |
| Between of and a noun we use these, those or my, your, John's, etc., or the. | both of those houses, neither of mybrothers, both of John's sisters, either of the cinemas |
随机推荐
- 第9月第7天 uicollectionview
1. /** The margins used to lay out content in the section controller. @see `-[UICollectionViewFlowLa ...
- Oracle PLSql配置
1.安装Oracle客户端或者服务端 2.配置环境变量 <1>.一般如果安装了Oracle客户端或者服务端的话,在环境变种的Path中有Oracle的安装路径(计算机-属性-高级系统设置- ...
- object-c 数学计算公式
1. 三角函数 double sin (double);正弦 double cos (double);余弦 double tan (double);正切 2 .反三角函数 double as ...
- 【CTF WEB】命令执行
命令执行 找到题目中的KEY KEY为八位随机字符数字,例如key:1234qwer.提交1234qwer 即可. 漏洞代码 <?php system("ping -c 2 " ...
- HTML播放FLASH(SWF)神器-SWFObject
环境 必须有 swfobject.js和 expressInstall.swf js: http://pan.baidu.com/share/link?shareid=2536087943& ...
- LCT摘要
介绍.用途 LCT是树链剖分中的一种,又叫实链剖分.动态树,常用于维护动态的树.森林. 维护方式 LCT并不直接维护原树,而是用一堆splay作为辅助树来维护.原树中的一条实链上的点在一棵splay中 ...
- 小白学习安全测试(二)——httrack的安装和使用
httrack是一款免费的网站镜像程序,简单理解就是可以在网站结构(网页及一些主要信息文件),下载到本地,可离线浏览,我是按照搭建成功后的console直译过来的 下面说下安装: 我都是在Linux环 ...
- 创建.symlnk文件
本文转自:https://zhidao.baidu.com/question/1695955535823679548.html 1 2 3 4 5 6 7 8 9 10 11 创建符号链接. MK ...
- net MongoDB安装
Mongo服务器端下载链接:https://www.mongodb.com/download-center?jmp=nav 客户端查看工具Mongovue工具下载链接:http://pan.baidu ...
- Java List 转 String
JAVA中List转换String,String转换List,Map转换String,String转换Map之间的转换工具类(调优)https://www.cnblogs.com/cn-wxw/p/6 ...