Windows 10: Changing endnote numbers from Roman numerals to Arabic numerals

Discus and support Changing endnote numbers from Roman numerals to Arabic numerals in Windows 10 Software and Apps to solve the problem; I have a 2021 MacBook Air that I am using Word on. I am trying to change endnote numbers from Roman numerals to Arabic numerals. So for example, I want... Discussion in 'Windows 10 Software and Apps' started by A_122, Nov 18, 2021.

  1. A_122 Win User

    Changing endnote numbers from Roman numerals to Arabic numerals


    I have a 2021 MacBook Air that I am using Word on. I am trying to change endnote numbers from Roman numerals to Arabic numerals. So for example, I want to change the endnote numbers from i,ii,iii to 1,2,3. This was a fairly easy fix on other versions of Word, but on the version that I have that feature is gone. Could someone please help me?

    :)
     
    A_122, Nov 18, 2021
    #1

  2. Roman Numeral Algorithm Help

    Kreij, I am not questioning your intelligence, but is IVX even a legal roman numeral expression?

    Different online roman numeral converters either give the arabic equivalent as 4, or 14 because they automatically convert the sequence to XIV, or don't even give an answer.

    This converter gives the same answer as my algorithm gives for IVX: 4.

    This converter automatically converts the input to XIV and then gives the answer as 14. I don't know why it changes the sequence from IVX to XIV, maybe because IVX is not a legal expression.

    This converter gives the following message whenever you enter IVX: "IVX is not a valid input"
     
    char[] rager, Nov 18, 2021
    #2
  3. Roman Numeral Algorithm Help

    Here is my C++ code for something that converts a roman numeral sequence to its equivalent arabic numeral sequence:

    Code: #include <iostream> #include <vector> #include <string> using namespace std; int main() { int sum = 0; string sequence; vector<int> list; for (;Changing endnote numbers from Roman numerals to Arabic numerals ;) { cout << "Enter The Roman Numeral Sequence In Lowercase, e To Exit: "; cin >> sequence; cout << endl; for (int counter = 0; counter < sequence.size(); counter++) { switch (sequence[counter]) { case 'i': list.push_back(1); break; case 'v': list.push_back(5); break; case 'x': list.push_back(10); break; case 'l': list.push_back(50); break; case 'c': list.push_back(100); break; case 'd': list.push_back(500); break; case 'm': list.push_back(1000); break; // Any letter not matching the above letters will stop the program default: cout << "Error: Unrecognized Letter" << endl; return 0; } } for (int counter = 1; counter < list.size(); counter++) { if (list[counter - 1] < list[counter]) { list[counter - 1] = (list[counter - 1]) * (-1); } } for (int counter = 0; counter < list.size(); counter++) { sum += list[counter]; } cout << sum << endl << endl; sum = 0; list.clear(); } return 0; }[/quote] The problem is when I go to verify any sequence with an online converter, my answers will be verified only most of the time. Can you help me find out what is wrong with my algorithm?
     
    char[] rager, Nov 18, 2021
    #3
  4. Kreij Win User

    Changing endnote numbers from Roman numerals to Arabic numerals

    Roman Numeral Algorithm Help

    Since you did not give us any examples of what numbers fail, I'll just take a shot at it.
    Are you doing enough checking for valid character sequences?

    For instance ... if I type in IVX, your program will return 4. (-1 + -5 + 10)
    IVX is obviously not how one would write 4 in roman numerals.
     
    Kreij, Nov 18, 2021
    #4
Thema:

Changing endnote numbers from Roman numerals to Arabic numerals

Loading...
  1. Changing endnote numbers from Roman numerals to Arabic numerals - Similar Threads - Changing endnote numbers

  2. How can I sort folders by Roman numerals?

    in Windows 10 Network and Sharing
    How can I sort folders by Roman numerals?: I am revising a book, whose sections and chapters are listed by Roman numerals. So I want to sort the relevant folders and files using in the order of the chapters designated by Roman numerals. In Excel, one can create an ordered list of sort order. Why not File Explorer?A...
  3. How can I sort folders by Roman numerals?

    in Windows 10 Gaming
    How can I sort folders by Roman numerals?: I am revising a book, whose sections and chapters are listed by Roman numerals. So I want to sort the relevant folders and files using in the order of the chapters designated by Roman numerals. In Excel, one can create an ordered list of sort order. Why not File Explorer?A...
  4. How can I sort folders by Roman numerals?

    in Windows 10 Software and Apps
    How can I sort folders by Roman numerals?: I am revising a book, whose sections and chapters are listed by Roman numerals. So I want to sort the relevant folders and files using in the order of the chapters designated by Roman numerals. In Excel, one can create an ordered list of sort order. Why not File Explorer?A...
  5. How can I type Arabic numerals?

    in Windows 10 Gaming
    How can I type Arabic numerals?: I already have the Arabic keyboard installed, only thing is the numbers still appear in English as below:However I want these Arabic numerals: https://answers.microsoft.com/en-us/windows/forum/all/how-can-i-type-arabic-numerals/4e289ea2-75b6-4caa-9955-ca37a522128a
  6. How can I type Arabic numerals?

    in Windows 10 Software and Apps
    How can I type Arabic numerals?: I already have the Arabic keyboard installed, only thing is the numbers still appear in English as below:However I want these Arabic numerals: https://answers.microsoft.com/en-us/windows/forum/all/how-can-i-type-arabic-numerals/4e289ea2-75b6-4caa-9955-ca37a522128a
  7. Numeric number pad on keyboard not loading

    in Windows 10 Software and Apps
    Numeric number pad on keyboard not loading: I had my computer was in the shop and now my numeric number pad is not activated when it starts. I have researched the help and some solutions did not work or are difficult to do. Is there an easy way to have it lock up to work when you log on. Pleasing the loc button for 5...
  8. Changing endnote numbers from Roman numerals to Arabic numerals

    in Windows 10 Gaming
    Changing endnote numbers from Roman numerals to Arabic numerals: I have a 2021 MacBook Air that I am using Word on. I am trying to change endnote numbers from Roman numerals to Arabic numerals. So for example, I want to change the endnote numbers from i,ii,iii to 1,2,3. This was a fairly easy fix on other versions of Word, but on the...
  9. Cannot type Eastern Arabic numerals when typing with Arabic Keyboard

    in Windows 10 Customization
    Cannot type Eastern Arabic numerals when typing with Arabic Keyboard: Hello, I am using an Arabic Egyptian input for writing in Arab. When I want to use Eastern Arab numerals, I can only type Western Arab numerals the ones used in English. I want to use Eastern, but I cannot find a way to change this. I have already tried changing the region,...
  10. How do you switch your windows system from arabic numerals to hindi numerals entirely?

    in Windows 10 Customization
    How do you switch your windows system from arabic numerals to hindi numerals entirely?: Hi, I hope you can help me. I am trying to type in Arabic completely on my computer including the numerals. Do you know how to change this in the settings so that the numerals change as well?...