answersLogoWhite

0

What end with the letters cy?

User Avatar

Anonymous

12y ago
Updated: 8/19/2019

3-letter words

icy

4-letter words

lacy, racy

5-letter words

fancy, farcy, juicy, mercy, mincy, pricy, saucy, spacy, spicy, zincy

6-letter words

abbacy, agency, bouncy, chancy, curacy, fleecy, idiocy, jouncy, legacy, lunacy, papacy, piracy, policy, sluicy, sprucy

7-letter words

abbotcy, ardency, cadency, cogency, decency, errancy, eustacy, fallacy, flouncy, fluency, infancy, latency, lucency, mediacy, monoecy, patency, pliancy, potency, prelacy, primacy, privacy, pudency, recency, regency, secrecy, tenancy, testacy, truancy, unfancy, unsoncy, urgency, vacancy, valency

8-letter words

abeyancy, accuracy, adamancy, adequacy, advocacy, apostacy, blatancy, brevetcy, buoyancy, celibacy, clemency, coagency, cornetcy, currency, delegacy, delicacy, deviancy, dormancy, efficacy, elegancy, eminency, ensigncy, exigency, federacy, feminacy, fervency, geomancy, gramercy, impolicy, instancy, intimacy, isocracy, lambency, leniency, literacy, mordancy, nascency, normalcy, numeracy, obduracy, opulency, peccancy, pendency, pharmacy, piquancy, prophecy, pungency, radiancy, rampancy, regnancy, saliency, sapiency, sequency, solvency, tangency, tendency, theodicy, turgency, ultimacy, unbouncy, unchancy, vagrancy, valiancy, verdancy, vibrancy

9-letter words

aberrancy, adjacency, adjutancy, affluency, aliteracy, appetency, autocracy, baronetcy, candidacy, captaincy, coherency, colonelcy, constancy, contumacy, covalency, decadency, democracy, dilatancy, diplomacy, emergency, exultancy, flagrancy, flippancy, fragrancy, frequency, hesitancy, immanency, immediacy, imminency, impotency, indecency, inerrancy, innocency, intestacy, intricacy, inviolacy, marshalcy, militancy, mobocracy, monocracy, obstinacy, occupancy, petulancy, plangency, poignancy, pregnancy, pruriency, pyromancy, recusancy, relevancy, renitency, residency, reticency, sergeancy, stagnancy, stridency, subagency, supremacy, surrogacy, theocracy, timocracy, virulency

10-letter words

absorbancy, absorbency, advertency, antipiracy, articulacy, ascendancy, ascendency, bankruptcy, benignancy, brilliancy, chaplaincy, chatoyancy, chiromancy, competency, compliancy, complicacy, congruency, consonancy, conspiracy, corpulency, deficiency, degeneracy, dependency, detergency, divergency, ebulliency, effeminacy, efficiency, episcopacy, excellency, expectancy, expediency, flatulency, hydromancy, illiteracy, immaculacy, immoderacy, importancy, inaccuracy, inadequacy, incessancy, incipiency, inclemency, incumbency, indelicacy, inefficacy, innumeracy, insistency, insolvency, insurgency, inveteracy, itinerancy, legitimacy, magistracy, malignancy, mendicancy, necromancy, nonfluency, ochlocracy, permanency, pertinency, plutocracy, postulancy, precedency, prepotency, presidency, profligacy, recumbency, redundancy, regeneracy, reluctancy, repellency, repugnancy, resiliency, slavocracy, stringency, subjacency, subpotency, subtenancy, sycophancy, transiency, trenchancy, truculency, turbulency, viscountcy

11-letter words

accountancy, antisecrecy, aristocracy, astringency, attractancy, bureaucracy, chieftaincy, complacency, concurrency, confederacy, conservancy, consistency, consultancy, contingency, conveniency, convergency, conversancy, delinquency, despondency, determinacy, discordancy, discrepancy, equivalency, excrescency, flamboyancy, gynecocracy, inconstancy, infrequency, inhabitancy, interagency, irrelevancy, lieutenancy, meritocracy, multiagency, oneiromancy, paramountcy, persistency, plantocracy, proficiency, prolificacy, rhabdomancy, stratocracy, subliteracy, sufficiency, superagency, technocracy, totipotency, vicegerency

12-letter words

belligerency, codependency, constituency, extravagancy, gerontocracy, illegitimacy, impermanency, impertinency, inadvertency, inarticulacy, incompetency, incontinency, independency, indifferency, inefficiency, inexpediency, intermediacy, noncandidacy, nonemergency, nonresidency, pantisocracy, precipitancy, predominancy, preoccupancy, radiolucency, resplendency, significancy, subserviency, supersecrecy, translucency, transparency

13-letter words

gyrofrequency, inconsistency, inconveniency, indeterminacy, insufficiency, intermittency, multicurrency, postemergency, preponderancy, recalcitrancy, thalassocracy, transcendency

14-letter words

correspondency, insignificancy, multifrequency

15-letter words

countertendency, interdependency, nonbelligerency, pseudopregnancy, superefficiency, superintendency

16-letter words

immunodeficiency

17-letter words

counterconspiracy, counterinsurgency

376 words found.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you spell candy using just two letters?

CY


What words end with cy?

hesitancy


Source code of Maze game in Visual Basic Net?

um... i found this somewhere, i think it works. I use Java, so i dont know how it works. I think you can compile it in Microsoft Excel. (if you are a mac user, you wont be able to. anyway, here it is: Dim CX As Integer Dim CY As Integer Dim started As Boolean Dim playerdead As Boolean Private Sub Worksheet_SelectionChange(ByVal Target As Range) If CX = 0 Then CX = Cells(1, 1) End If If CY = 0 Then CY = Cells(1, 2) End If If playerdead = True Then Cells(CY, CX) = "" playerdead = False CX = Cells(1, 1) CY = Cells(1, 2) End If If Target.Row = 2 Then If Target.Column = 1 Then If Cells(2, 1) = ">" Then Cells(2, 1) = "ll" ElseIf Cells(2, 1) = "ll" Then Cells(2, 1) = ">" Else Cells(2, 1) = ">" End If End If End If If Cells(2, 1) = ">" Then Exit Sub If Target.Row = CY - 1 Then If Target.Borders(xlEdgeBottom).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeTop).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CY = CY - 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Row = CY + 1 Then If Target.Borders(xlEdgeTop).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeBottom).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CY = CY + 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Column = CX + 1 Then If Target.Borders(xlEdgeLeft).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeRight).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CX = CX + 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Column = CX - 1 Then If Target.Borders(xlEdgeRight).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeLeft).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CX = CX - 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If Cells(CY, CX).Select If Cells(CY, CX).Font.Bold = True Then playerdead = True End If If playerdead = True Then Cells(CY, CX) = "N" Cells(2, 2) = "ouch!" Cells(2, 2).Speak Else Cells(CY, CX) = "J" End If End Sub


How can you spell candy with only 2 letters?

You can spell candy with the letters C and Y. (CandY)


What words start with p and end with cy?

papacypersistencypharmacypiracypolicypotencypregnancypresidencypricyprivacyproficiencyprophecy


What is short for nothing?

Short for nothing is a website and portfolio for a front-end designer by the name of Cy. Cy is short for nothing.http://shortfornothing.com/


What are some words that end with the suffix cy?

Qurency,democracy,and/or obstinancy


When will the 2009 Cy Young Award be decided?

The Cy Young Award winners are voted on at the end of the regular season but, not presented until after the World Series


What European country starts with the letters CY?

Cyprus is a country in Europe. It is an island country in the Eastern Mediterranean.


Answer to rebus cy cy cy cy?

cyclone


What are some words that end with the letters IT?

Some words that end with the letters IT are:acquitadmitadroitauditbaitbanditbenefitbitcircuitcockpitcommitcomplicitconceitconduitcounterfeitcreditculpritdebitdeceitdeficitdemeritdepositdigiteditelicitemitexhibitexitexplicitexploitfitflitforfeitfruitgaitgambitgrithabithermithitillicitimplicitinhabitinheritinhibitkitknitlimitlitmeritnitomitorbitparfaitpermitpitplaitportraitprofitprohibitpulpitpursuitquitrabbitrecruitremitsitskitslitsnitspiritspitsplitstraitsubmitsuitsummittacittidbittraitTransittransmittwitunitvisitvomitwaitwhitwitwritwhodunit...


What two letters do most adverbs end in?

Most of them end in the two letters "-ly". Examples are "quietly", "quickly", "sleepily", and "poorly".